Struct twilight_model::id::marker::GenericMarker
source · #[non_exhaustive]pub struct GenericMarker;Expand description
Marker for generic IDs.
Types such as AuditLogChange::Id or CommandOptionValue use this
ID marker.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GenericMarker
impl Send for GenericMarker
impl Sync for GenericMarker
impl Unpin for GenericMarker
impl UnwindSafe for GenericMarker
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