pub(crate) struct Registrar(Kind<Weak<dyn Subscriber + Send + Sync>>);Tuple Fields§
§0: Kind<Weak<dyn Subscriber + Send + Sync>>Implementations§
Auto Trait Implementations§
impl Freeze for Registrar
impl !RefUnwindSafe for Registrar
impl Send for Registrar
impl Sync for Registrar
impl Unpin for Registrar
impl UnsafeUnpin for Registrar
impl !UnwindSafe for Registrar
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