pub struct KeyType { /* private fields */ }Expand description
The wire type corresponding to KeyType.
Implementations§
Trait Implementations§
Source§impl Constrained for KeyType
impl Constrained for KeyType
Source§type Constraint = ()
type Constraint = ()
Type of constraint information for this type.
Source§impl<'a, ___E> Encode<KeyType, ___E> for &'a KeyTypewhere
___E: ?Sized,
impl<'a, ___E> Encode<KeyType, ___E> for &'a KeyTypewhere
___E: ?Sized,
Source§impl<___E> Encode<KeyType, ___E> for KeyTypewhere
___E: ?Sized,
impl<___E> Encode<KeyType, ___E> for KeyTypewhere
___E: ?Sized,
Source§impl FromWireRef<KeyType> for KeyType
impl FromWireRef<KeyType> for KeyType
Source§fn from_wire_ref(wire: &KeyType) -> KeyType
fn from_wire_ref(wire: &KeyType) -> KeyType
Converts the given reference to this type.
Source§impl Wire for KeyType
impl Wire for KeyType
Source§fn zero_padding(_: &mut MaybeUninit<KeyType>)
fn zero_padding(_: &mut MaybeUninit<KeyType>)
Writes zeroes to the padding for this type, if any.
impl Copy for KeyType
impl Eq for KeyType
impl StructuralPartialEq for KeyType
Auto Trait Implementations§
impl Freeze for KeyType
impl RefUnwindSafe for KeyType
impl Send for KeyType
impl Sync for KeyType
impl Unpin for KeyType
impl UnsafeUnpin for KeyType
impl UnwindSafe for KeyType
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]