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 FromWire<WireEnvironmentExtends> for EnvironmentExtends
impl FromWire<WireEnvironmentExtends> for EnvironmentExtends
Source§fn from_wire(wire: WireEnvironmentExtends) -> Self
fn from_wire(wire: WireEnvironmentExtends) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl FromWireRef<WireEnvironmentExtends> for EnvironmentExtends
impl FromWireRef<WireEnvironmentExtends> for EnvironmentExtends
Source§fn from_wire_ref(wire: &WireEnvironmentExtends) -> Self
fn from_wire_ref(wire: &WireEnvironmentExtends) -> Self
Converts the given
wire
reference to this type.Source§impl PartialEq for WireEnvironmentExtends
impl PartialEq for WireEnvironmentExtends
Source§impl Wire for WireEnvironmentExtends
impl Wire for WireEnvironmentExtends
Source§type Decoded<'de> = WireEnvironmentExtends
type Decoded<'de> = WireEnvironmentExtends
The decoded wire type, restricted to the
'de
lifetime.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