pub struct KeyMeaning { /* private fields */ }Expand description
The wire type corresponding to KeyMeaning.
Implementations§
Source§impl KeyMeaning
impl KeyMeaning
Trait Implementations§
Source§impl Clone for KeyMeaning
impl Clone for KeyMeaning
Source§impl Constrained for KeyMeaning
impl Constrained for KeyMeaning
Source§impl Debug for KeyMeaning
impl Debug for KeyMeaning
Source§impl<___D> Decode<___D> for KeyMeaningwhere
___D: InternalHandleDecoder + ?Sized,
impl<___D> Decode<___D> for KeyMeaningwhere
___D: InternalHandleDecoder + ?Sized,
Source§impl Drop for KeyMeaning
impl Drop for KeyMeaning
Source§impl<___E> Encode<KeyMeaning, ___E> for KeyMeaningwhere
___E: InternalHandleEncoder + ?Sized,
impl<___E> Encode<KeyMeaning, ___E> for KeyMeaningwhere
___E: InternalHandleEncoder + ?Sized,
Source§fn encode(
self,
encoder: &mut ___E,
out: &mut MaybeUninit<KeyMeaning>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder: &mut ___E, out: &mut MaybeUninit<KeyMeaning>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl<'a, ___E> Encode<KeyMeaning, ___E> for &'a KeyMeaningwhere
___E: InternalHandleEncoder + ?Sized,
impl<'a, ___E> Encode<KeyMeaning, ___E> for &'a KeyMeaningwhere
___E: InternalHandleEncoder + ?Sized,
Source§fn encode(
self,
encoder: &mut ___E,
out: &mut MaybeUninit<KeyMeaning>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder: &mut ___E, out: &mut MaybeUninit<KeyMeaning>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl FromWire<KeyMeaning> for KeyMeaning
impl FromWire<KeyMeaning> for KeyMeaning
Source§fn from_wire(wire: KeyMeaning) -> Self
fn from_wire(wire: KeyMeaning) -> Self
Converts the given owned value to this type.
§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl FromWireRef<KeyMeaning> for KeyMeaning
impl FromWireRef<KeyMeaning> for KeyMeaning
Source§fn from_wire_ref(wire: &KeyMeaning) -> Self
fn from_wire_ref(wire: &KeyMeaning) -> Self
Converts the given reference to this type.
Source§impl IntoNatural for KeyMeaning
impl IntoNatural for KeyMeaning
Source§type Natural = KeyMeaning
type Natural = KeyMeaning
A good default type for this wire type to convert into.
§fn into_natural(self) -> Self::Natural
fn into_natural(self) -> Self::Natural
Converts this type into its natural equivalent.
Source§impl Wire for KeyMeaning
impl Wire for KeyMeaning
Source§type Narrowed<'de> = KeyMeaning
type Narrowed<'de> = KeyMeaning
The narrowed wire type, restricted to the
'de lifetime.Source§fn zero_padding(out: &mut MaybeUninit<Self>)
fn zero_padding(out: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
Auto Trait Implementations§
impl Freeze for KeyMeaning
impl RefUnwindSafe for KeyMeaning
impl Send for KeyMeaning
impl Sync for KeyMeaning
impl Unpin for KeyMeaning
impl UnsafeUnpin for KeyMeaning
impl UnwindSafe for KeyMeaning
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]