pub struct Envelope<'de> {
pub mode: EnvelopeMode,
pub schema_id: Option<SchemaId<'de>>,
pub used_cached_schema: bool,
}Fields§
§mode: EnvelopeMode§schema_id: Option<SchemaId<'de>>§used_cached_schema: boolTrait Implementations§
Source§impl<'de> PartialEq for Envelope<'de>
impl<'de> PartialEq for Envelope<'de>
impl<'de> StructuralPartialEq for Envelope<'de>
Auto Trait Implementations§
impl<'de> Freeze for Envelope<'de>
impl<'de> RefUnwindSafe for Envelope<'de>
impl<'de> Send for Envelope<'de>
impl<'de> Sync for Envelope<'de>
impl<'de> Unpin for Envelope<'de>
impl<'de> UnsafeUnpin for Envelope<'de>
impl<'de> UnwindSafe for Envelope<'de>
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