pub struct Unsubscribe { /* private fields */ }Expand description
Unsubscribe handle
Implementations§
Source§impl Unsubscribe
impl Unsubscribe
Sourcepub fn unsubscribe(self)
pub fn unsubscribe(self)
Unsubscribe from the channel
Auto Trait Implementations§
impl Freeze for Unsubscribe
impl !RefUnwindSafe for Unsubscribe
impl Send for Unsubscribe
impl Sync for Unsubscribe
impl Unpin for Unsubscribe
impl !UnwindSafe for Unsubscribe
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