pub struct CommandLifetimeHandle { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for CommandLifetimeHandle
impl Clone for CommandLifetimeHandle
Source§fn clone(&self) -> CommandLifetimeHandle
fn clone(&self) -> CommandLifetimeHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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