#[non_exhaustive]pub struct ApplicationMarker;
Expand description
Marker for application IDs.
Types such as Message::application_id
or Guild::application_id
use this ID marker.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApplicationMarker
impl RefUnwindSafe for ApplicationMarker
impl Send for ApplicationMarker
impl Sync for ApplicationMarker
impl Unpin for ApplicationMarker
impl UnwindSafe for ApplicationMarker
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