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