Struct netsblox_vm::std_system::CommandKey
source · pub struct CommandKey(/* private fields */);Expand description
A StdSystem key type for an asynchronous command.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CommandKey
impl Send for CommandKey
impl Sync for CommandKey
impl Unpin for CommandKey
impl UnwindSafe for CommandKey
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