pub struct Notification<const MTU: usize> { /* private fields */ }
Expand description
A notification payload.
Trait Implementations§
Source§impl<const MTU: usize> Clone for Notification<MTU>
impl<const MTU: usize> Clone for Notification<MTU>
Source§fn clone(&self) -> Notification<MTU>
fn clone(&self) -> Notification<MTU>
Returns a copy 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<const MTU: usize> Debug for Notification<MTU>
impl<const MTU: usize> Debug for Notification<MTU>
Source§impl<const MTU: usize> Format for Notification<MTU>
impl<const MTU: usize> Format for Notification<MTU>
Source§impl<const MTU: usize> PartialEq for Notification<MTU>
impl<const MTU: usize> PartialEq for Notification<MTU>
impl<const MTU: usize> StructuralPartialEq for Notification<MTU>
Auto Trait Implementations§
impl<const MTU: usize> Freeze for Notification<MTU>
impl<const MTU: usize> RefUnwindSafe for Notification<MTU>
impl<const MTU: usize> Send for Notification<MTU>
impl<const MTU: usize> Sync for Notification<MTU>
impl<const MTU: usize> Unpin for Notification<MTU>
impl<const MTU: usize> UnwindSafe for Notification<MTU>
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