pub enum GenerateInputFormat {
Json,
}Variants§
Json
Trait Implementations§
Source§impl Clone for GenerateInputFormat
impl Clone for GenerateInputFormat
Source§fn clone(&self) -> GenerateInputFormat
fn clone(&self) -> GenerateInputFormat
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 GenerateInputFormat
impl Debug for GenerateInputFormat
Source§impl Default for GenerateInputFormat
impl Default for GenerateInputFormat
Source§impl<'de> Deserialize<'de> for GenerateInputFormat
impl<'de> Deserialize<'de> for GenerateInputFormat
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 Display for GenerateInputFormat
impl Display for GenerateInputFormat
Source§impl PartialEq for GenerateInputFormat
impl PartialEq for GenerateInputFormat
Source§impl Serialize for GenerateInputFormat
impl Serialize for GenerateInputFormat
impl Copy for GenerateInputFormat
impl Eq for GenerateInputFormat
impl StructuralPartialEq for GenerateInputFormat
Auto Trait Implementations§
impl Freeze for GenerateInputFormat
impl RefUnwindSafe for GenerateInputFormat
impl Send for GenerateInputFormat
impl Sync for GenerateInputFormat
impl Unpin for GenerateInputFormat
impl UnwindSafe for GenerateInputFormat
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