pub struct ChannelMessageNoContent { /* private fields */ }Trait Implementations§
Source§impl Debug for ChannelMessageNoContent
impl Debug for ChannelMessageNoContent
Source§impl Default for ChannelMessageNoContent
impl Default for ChannelMessageNoContent
Source§fn default() -> ChannelMessageNoContent
fn default() -> ChannelMessageNoContent
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ChannelMessageNoContent
impl RefUnwindSafe for ChannelMessageNoContent
impl Send for ChannelMessageNoContent
impl Sync for ChannelMessageNoContent
impl Unpin for ChannelMessageNoContent
impl UnwindSafe for ChannelMessageNoContent
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