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