pub struct TransportLogContext {
pub session: String,
pub log: LogFilters,
pub writer: Sender<Output>,
}Fields§
§session: String§log: LogFilters§writer: Sender<Output>Trait Implementations§
Source§impl Clone for TransportLogContext
impl Clone for TransportLogContext
Source§fn clone(&self) -> TransportLogContext
fn clone(&self) -> TransportLogContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TransportLogContext
impl RefUnwindSafe for TransportLogContext
impl Send for TransportLogContext
impl Sync for TransportLogContext
impl Unpin for TransportLogContext
impl UnsafeUnpin for TransportLogContext
impl UnwindSafe for TransportLogContext
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