#[non_exhaustive]pub struct ScheduledEventEntityMarker;
Expand description
Marker for scheduled event entity IDs.
Types such as GuildScheduledEvent
use this ID marker.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScheduledEventEntityMarker
impl RefUnwindSafe for ScheduledEventEntityMarker
impl Send for ScheduledEventEntityMarker
impl Sync for ScheduledEventEntityMarker
impl Unpin for ScheduledEventEntityMarker
impl UnwindSafe for ScheduledEventEntityMarker
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