pub enum EnvelopeMode {
FullSchema,
FullSchemaWithId,
SchemaRef,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EnvelopeMode
impl Clone for EnvelopeMode
Source§fn clone(&self) -> EnvelopeMode
fn clone(&self) -> EnvelopeMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EnvelopeMode
impl Debug for EnvelopeMode
Source§impl PartialEq for EnvelopeMode
impl PartialEq for EnvelopeMode
Source§fn eq(&self, other: &EnvelopeMode) -> bool
fn eq(&self, other: &EnvelopeMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for EnvelopeMode
impl Eq for EnvelopeMode
impl StructuralPartialEq for EnvelopeMode
Auto Trait Implementations§
impl Freeze for EnvelopeMode
impl RefUnwindSafe for EnvelopeMode
impl Send for EnvelopeMode
impl Sync for EnvelopeMode
impl Unpin for EnvelopeMode
impl UnsafeUnpin for EnvelopeMode
impl UnwindSafe for EnvelopeMode
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