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