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