pub struct WireEnvironmentExtends { /* private fields */ }
Expand description
The wire type corresponding to EnvironmentExtends
.
Implementations§
Source§impl WireEnvironmentExtends
impl WireEnvironmentExtends
pub const NONE: WireEnvironmentExtends
pub const REALM: WireEnvironmentExtends
Trait Implementations§
Source§impl Clone for WireEnvironmentExtends
impl Clone for WireEnvironmentExtends
Source§fn clone(&self) -> WireEnvironmentExtends
fn clone(&self) -> WireEnvironmentExtends
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 WireEnvironmentExtends
impl Debug for WireEnvironmentExtends
Source§impl<___D> Decode<___D> for WireEnvironmentExtendswhere
___D: ?Sized,
impl<___D> Decode<___D> for WireEnvironmentExtendswhere
___D: ?Sized,
Source§impl From<EnvironmentExtends> for WireEnvironmentExtends
impl From<EnvironmentExtends> for WireEnvironmentExtends
Source§fn from(natural: EnvironmentExtends) -> Self
fn from(natural: EnvironmentExtends) -> Self
Converts to this type from the input type.
Source§impl From<WireEnvironmentExtends> for EnvironmentExtends
impl From<WireEnvironmentExtends> for EnvironmentExtends
Source§fn from(wire: WireEnvironmentExtends) -> Self
fn from(wire: WireEnvironmentExtends) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WireEnvironmentExtends
impl PartialEq for WireEnvironmentExtends
Source§impl TakeFrom<WireEnvironmentExtends> for EnvironmentExtends
impl TakeFrom<WireEnvironmentExtends> for EnvironmentExtends
Source§fn take_from(from: &WireEnvironmentExtends) -> Self
fn take_from(from: &WireEnvironmentExtends) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl TakeFrom<WireEnvironmentExtends> for EnvironmentExtends
impl TakeFrom<WireEnvironmentExtends> for EnvironmentExtends
Source§fn take_from(from: &WireEnvironmentExtends) -> Self
fn take_from(from: &WireEnvironmentExtends) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl ZeroPadding for WireEnvironmentExtends
impl ZeroPadding for WireEnvironmentExtends
Source§fn zero_padding(_: &mut MaybeUninit<Self>)
fn zero_padding(_: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
impl Copy for WireEnvironmentExtends
impl Eq for WireEnvironmentExtends
impl StructuralPartialEq for WireEnvironmentExtends
Auto Trait Implementations§
impl Freeze for WireEnvironmentExtends
impl RefUnwindSafe for WireEnvironmentExtends
impl Send for WireEnvironmentExtends
impl Sync for WireEnvironmentExtends
impl Unpin for WireEnvironmentExtends
impl UnwindSafe for WireEnvironmentExtends
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