pub struct DataFormatDef {
pub input: HashMap<String, DataFormatSpec>,
pub output: HashMap<String, DataFormatSpec>,
}Fields§
§input: HashMap<String, DataFormatSpec>§output: HashMap<String, DataFormatSpec>Trait Implementations§
Source§impl Clone for DataFormatDef
impl Clone for DataFormatDef
Source§fn clone(&self) -> DataFormatDef
fn clone(&self) -> DataFormatDef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DataFormatDef
impl Debug for DataFormatDef
Source§impl<'de> Deserialize<'de> for DataFormatDef
impl<'de> Deserialize<'de> for DataFormatDef
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DataFormatDef
impl PartialEq for DataFormatDef
Source§impl Serialize for DataFormatDef
impl Serialize for DataFormatDef
impl StructuralPartialEq for DataFormatDef
Auto Trait Implementations§
impl Freeze for DataFormatDef
impl RefUnwindSafe for DataFormatDef
impl Send for DataFormatDef
impl Sync for DataFormatDef
impl Unpin for DataFormatDef
impl UnwindSafe for DataFormatDef
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more