pub struct CommandLifetimeHandle { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for CommandLifetimeHandle
impl Clone for CommandLifetimeHandle
impl Copy for CommandLifetimeHandle
Auto Trait Implementations§
impl Freeze for CommandLifetimeHandle
impl RefUnwindSafe for CommandLifetimeHandle
impl Send for CommandLifetimeHandle
impl Sync for CommandLifetimeHandle
impl Unpin for CommandLifetimeHandle
impl UnsafeUnpin for CommandLifetimeHandle
impl UnwindSafe for CommandLifetimeHandle
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