Struct twilight_model::id::marker::CommandVersionMarker
source · [−]#[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 RefUnwindSafe for CommandVersionMarker
impl Send for CommandVersionMarker
impl Sync for CommandVersionMarker
impl Unpin for CommandVersionMarker
impl UnwindSafe for CommandVersionMarker
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more