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