Struct bolic_network::hub::event::IONotifierInner
source · pub struct IONotifierInner { /* private fields */ }Expand description
Auto Trait Implementations§
impl Freeze for IONotifierInner
impl !RefUnwindSafe for IONotifierInner
impl Send for IONotifierInner
impl Sync for IONotifierInner
impl Unpin for IONotifierInner
impl !UnwindSafe for IONotifierInner
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