pub struct NoArgCallback(/* private fields */);Expand description
Callback for events that carry no payload (Connected, Available, …).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoArgCallback
impl !RefUnwindSafe for NoArgCallback
impl Send for NoArgCallback
impl Sync for NoArgCallback
impl Unpin for NoArgCallback
impl UnsafeUnpin for NoArgCallback
impl !UnwindSafe for NoArgCallback
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