pub struct subscriber;Trait Implementations§
Source§impl Field for subscriber
impl Field for subscriber
Auto Trait Implementations§
impl Freeze for subscriber
impl RefUnwindSafe for subscriber
impl Send for subscriber
impl Sync for subscriber
impl Unpin for subscriber
impl UnwindSafe for subscriber
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