pub struct Subscribe { /* private fields */ }
Available on crate feature
alloc
only.Expand description
Subscriber of a Flag
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Subscribe
impl !RefUnwindSafe for Subscribe
impl Send for Subscribe
impl Sync for Subscribe
impl Unpin for Subscribe
impl !UnwindSafe for Subscribe
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