struct LOG_RECV {
__private_field: (),
}
Fields
__private_field: ()
Trait Implementations
sourceimpl Deref for LOG_RECV
impl Deref for LOG_RECV
type Target = Arc<Mutex<LogReceiver>>
type Target = Arc<Mutex<LogReceiver>>
The resulting type after dereferencing.
sourcefn deref(&self) -> &Arc<Mutex<LogReceiver>>
fn deref(&self) -> &Arc<Mutex<LogReceiver>>
Dereferences the value.
impl LazyStatic for LOG_RECV
Auto Trait Implementations
impl RefUnwindSafe for LOG_RECV
impl Send for LOG_RECV
impl Sync for LOG_RECV
impl Unpin for LOG_RECV
impl UnwindSafe for LOG_RECV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more