#[non_exhaustive]pub struct CalendarEventMarker;Expand description
A marker for calendar event IDs.
Category IDs on Guilded are unique numerical IDs (for example, 123456).
Trait Implementations§
Source§impl Clone for CalendarEventMarker
impl Clone for CalendarEventMarker
Source§fn clone(&self) -> CalendarEventMarker
fn clone(&self) -> CalendarEventMarker
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CalendarEventMarker
impl Debug for CalendarEventMarker
impl Copy for CalendarEventMarker
Auto Trait Implementations§
impl Freeze for CalendarEventMarker
impl RefUnwindSafe for CalendarEventMarker
impl Send for CalendarEventMarker
impl Sync for CalendarEventMarker
impl Unpin for CalendarEventMarker
impl UnwindSafe for CalendarEventMarker
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