pub struct UnifiedLoggerRead { /* private fields */ }
Expand description
A read side of the datalogger.
Implementations§
Auto Trait Implementations§
impl Freeze for UnifiedLoggerRead
impl RefUnwindSafe for UnifiedLoggerRead
impl Send for UnifiedLoggerRead
impl Sync for UnifiedLoggerRead
impl Unpin for UnifiedLoggerRead
impl UnwindSafe for UnifiedLoggerRead
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