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