[−][src]Struct teaclave_types::FunctionInputFiles
Methods
impl FunctionInputFiles
[src]
pub fn new(entries: HashMap<String, FunctionInputFile>) -> Self
[src]
pub fn iter(&self) -> Iter<String, FunctionInputFile>
[src]
Trait Implementations
impl Clone for FunctionInputFiles
[src]
fn clone(&self) -> FunctionInputFiles
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for FunctionInputFiles
[src]
impl Default for FunctionInputFiles
[src]
fn default() -> FunctionInputFiles
[src]
impl<'de> Deserialize<'de> for FunctionInputFiles
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl From<HashMap<String, FunctionInputFile, RandomState>> for FunctionInputFiles
[src]
fn from(entries: HashMap<String, FunctionInputFile>) -> FunctionInputFiles
[src]
impl From<TaskFiles<TeaclaveInputFile>> for FunctionInputFiles
[src]
fn from(files: TaskFiles<TeaclaveInputFile>) -> Self
[src]
impl<V> FromIterator<(String, V)> for FunctionInputFiles where
V: Into<FunctionInputFile>,
[src]
V: Into<FunctionInputFile>,
impl IntoIterator for FunctionInputFiles
[src]
type Item = (String, FunctionInputFile)
The type of the elements being iterated over.
type IntoIter = IntoIter<String, FunctionInputFile>
Which kind of iterator are we turning this into?
fn into_iter(self) -> IntoIter<String, FunctionInputFile>
[src]
impl Serialize for FunctionInputFiles
[src]
Auto Trait Implementations
impl RefUnwindSafe for FunctionInputFiles
impl Send for FunctionInputFiles
impl Sync for FunctionInputFiles
impl Unpin for FunctionInputFiles
impl UnwindSafe for FunctionInputFiles
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<I> IntoIterator for I where
I: Iterator,
[src]
I: Iterator,
type Item = <I as Iterator>::Item
The type of the elements being iterated over.
type IntoIter = I
Which kind of iterator are we turning this into?
fn into_iter(self) -> I
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,