pub struct ReturnHome;Trait Implementations§
Source§impl AsyncCommand for ReturnHome
Available on crate feature async only.
impl AsyncCommand for ReturnHome
Available on crate feature
async only.Source§impl Clone for ReturnHome
impl Clone for ReturnHome
Source§fn clone(&self) -> ReturnHome
fn clone(&self) -> ReturnHome
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReturnHome
impl Debug for ReturnHome
Source§impl From<ReturnHome> for Commands
impl From<ReturnHome> for Commands
Source§fn from(cmd: ReturnHome) -> Self
fn from(cmd: ReturnHome) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReturnHome
impl PartialEq for ReturnHome
Source§impl SyncCommand for ReturnHome
impl SyncCommand for ReturnHome
impl Eq for ReturnHome
impl StructuralPartialEq for ReturnHome
Auto Trait Implementations§
impl Freeze for ReturnHome
impl RefUnwindSafe for ReturnHome
impl Send for ReturnHome
impl Sync for ReturnHome
impl Unpin for ReturnHome
impl UnwindSafe for ReturnHome
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