#[non_exhaustive]pub struct CommandMarker;
Expand description
Marker for command IDs.
Types such as Command
use this ID marker.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommandMarker
impl RefUnwindSafe for CommandMarker
impl Send for CommandMarker
impl Sync for CommandMarker
impl Unpin for CommandMarker
impl UnwindSafe for CommandMarker
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