pub struct SchemaFileFormat(/* private fields */);Expand description
Schema file format.
Implementations§
Trait Implementations§
Source§impl Clone for SchemaFileFormat
impl Clone for SchemaFileFormat
Source§fn clone(&self) -> SchemaFileFormat
fn clone(&self) -> SchemaFileFormat
Returns a copy 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 SchemaFileFormat
impl Debug for SchemaFileFormat
Source§impl Default for SchemaFileFormat
impl Default for SchemaFileFormat
Source§fn default() -> SchemaFileFormat
fn default() -> SchemaFileFormat
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SchemaFileFormat
impl<'de> Deserialize<'de> for SchemaFileFormat
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 From<String> for SchemaFileFormat
impl From<String> for SchemaFileFormat
Source§impl PartialEq for SchemaFileFormat
impl PartialEq for SchemaFileFormat
Source§impl Serialize for SchemaFileFormat
impl Serialize for SchemaFileFormat
impl StructuralPartialEq for SchemaFileFormat
Auto Trait Implementations§
impl Freeze for SchemaFileFormat
impl RefUnwindSafe for SchemaFileFormat
impl Send for SchemaFileFormat
impl Sync for SchemaFileFormat
impl Unpin for SchemaFileFormat
impl UnwindSafe for SchemaFileFormat
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