pub enum FlexSchemaVersion {
V3,
Unknown,
}Expand description
FLEX schema versions supported by this library
Variants§
Trait Implementations§
Source§impl Clone for FlexSchemaVersion
impl Clone for FlexSchemaVersion
Source§fn clone(&self) -> FlexSchemaVersion
fn clone(&self) -> FlexSchemaVersion
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 FlexSchemaVersion
impl Debug for FlexSchemaVersion
Source§impl PartialEq for FlexSchemaVersion
impl PartialEq for FlexSchemaVersion
impl Copy for FlexSchemaVersion
impl Eq for FlexSchemaVersion
impl StructuralPartialEq for FlexSchemaVersion
Auto Trait Implementations§
impl Freeze for FlexSchemaVersion
impl RefUnwindSafe for FlexSchemaVersion
impl Send for FlexSchemaVersion
impl Sync for FlexSchemaVersion
impl Unpin for FlexSchemaVersion
impl UnwindSafe for FlexSchemaVersion
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