pub struct NotificationPortHandle(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotificationPortHandle
impl RefUnwindSafe for NotificationPortHandle
impl Send for NotificationPortHandle
impl Sync for NotificationPortHandle
impl Unpin for NotificationPortHandle
impl UnwindSafe for NotificationPortHandle
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