Struct message
pub struct message;
Trait Implementations§
§impl EventDescriptor for message
impl EventDescriptor for message
Auto Trait Implementations§
impl Freeze for message
impl RefUnwindSafe for message
impl Send for message
impl Sync for message
impl Unpin for message
impl UnwindSafe for message
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