Fields
args: Vec<u8>next_state: Option<State>Trait Implementations
sourceimpl From<FetchCommand<Attributes>> for Command
impl From<FetchCommand<Attributes>> for Command
sourcefn from(cmd: FetchCommand<Attributes>) -> Command
fn from(cmd: FetchCommand<Attributes>) -> Command
Converts to this type from the input type.
sourceimpl From<FetchCommand<Modifiers>> for Command
impl From<FetchCommand<Modifiers>> for Command
sourcefn from(cmd: FetchCommand<Modifiers>) -> Command
fn from(cmd: FetchCommand<Modifiers>) -> Command
Converts to this type from the input type.
sourceimpl From<SelectCommand<NoParams>> for Command
impl From<SelectCommand<NoParams>> for Command
sourcefn from(cmd: SelectCommand<NoParams>) -> Command
fn from(cmd: SelectCommand<NoParams>) -> Command
Converts to this type from the input type.
sourceimpl From<SelectCommand<Params>> for Command
impl From<SelectCommand<Params>> for Command
sourcefn from(cmd: SelectCommand<Params>) -> Command
fn from(cmd: SelectCommand<Params>) -> Command
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for Command
impl Send for Command
impl Sync for Command
impl Unpin for Command
impl UnwindSafe for Command
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more