#[non_exhaustive]pub struct MessageMarker;Expand description
A marker for message IDs.
Message IDs on Guilded are unique UUIDs (for example, 00000000-0000-0000-0000-000000000000).
Trait Implementations§
Source§impl Clone for MessageMarker
impl Clone for MessageMarker
Source§fn clone(&self) -> MessageMarker
fn clone(&self) -> MessageMarker
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 MessageMarker
impl Debug for MessageMarker
impl Copy for MessageMarker
Auto Trait Implementations§
impl Freeze for MessageMarker
impl RefUnwindSafe for MessageMarker
impl Send for MessageMarker
impl Sync for MessageMarker
impl Unpin for MessageMarker
impl UnwindSafe for MessageMarker
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