pub struct StatusNotification;Expand description
Marker type for the StatusNotification action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StatusNotification
impl RefUnwindSafe for StatusNotification
impl Send for StatusNotification
impl Sync for StatusNotification
impl Unpin for StatusNotification
impl UnsafeUnpin for StatusNotification
impl UnwindSafe for StatusNotification
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