pub struct EMIT_CHANNEL { /* private fields */ }
Trait Implementations§
Source§impl Deref for EMIT_CHANNEL
impl Deref for EMIT_CHANNEL
impl LazyStatic for EMIT_CHANNEL
Auto Trait Implementations§
impl Freeze for EMIT_CHANNEL
impl RefUnwindSafe for EMIT_CHANNEL
impl Send for EMIT_CHANNEL
impl Sync for EMIT_CHANNEL
impl Unpin for EMIT_CHANNEL
impl UnwindSafe for EMIT_CHANNEL
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