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