#[non_exhaustive]pub struct GuildMarker;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GuildMarker
impl RefUnwindSafe for GuildMarker
impl Send for GuildMarker
impl Sync for GuildMarker
impl Unpin for GuildMarker
impl UnwindSafe for GuildMarker
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