pub struct Subscribers<Sub> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Sub> Freeze for Subscribers<Sub>
impl<Sub> RefUnwindSafe for Subscribers<Sub>where
Sub: RefUnwindSafe,
impl<Sub> Send for Subscribers<Sub>where
Sub: Send,
impl<Sub> Sync for Subscribers<Sub>where
Sub: Sync,
impl<Sub> Unpin for Subscribers<Sub>where
Sub: Unpin,
impl<Sub> UnwindSafe for Subscribers<Sub>where
Sub: UnwindSafe,
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