#[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 Freeze for GenericMarker
impl RefUnwindSafe for GenericMarker
impl Send for GenericMarker
impl Sync for GenericMarker
impl Unpin for GenericMarker
impl UnwindSafe for GenericMarker
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