pub struct Status { /* private fields */ }Expand description
The wire type corresponding to Status.
Trait Implementations§
Source§impl<'a, ___E> Encode<Status, ___E> for &'a Statuswhere
___E: ?Sized,
impl<'a, ___E> Encode<Status, ___E> for &'a Statuswhere
___E: ?Sized,
Source§impl<___E> Encode<Status, ___E> for Statuswhere
___E: ?Sized,
impl<___E> Encode<Status, ___E> for Statuswhere
___E: ?Sized,
Source§impl FromWireRef<Status> for Status
impl FromWireRef<Status> for Status
Source§fn from_wire_ref(wire: &Status) -> Self
fn from_wire_ref(wire: &Status) -> Self
Converts the given reference to this type.
Source§impl Wire for Status
impl Wire for Status
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 Status
Auto Trait Implementations§
impl Freeze for Status
impl RefUnwindSafe for Status
impl Send for Status
impl Sync for Status
impl Unpin for Status
impl UnsafeUnpin for Status
impl UnwindSafe for Status
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]