pub struct AgentLogger { /* private fields */ }Expand description
Agent logging helper
Implementations§
Source§impl AgentLogger
impl AgentLogger
Auto Trait Implementations§
impl Freeze for AgentLogger
impl RefUnwindSafe for AgentLogger
impl Send for AgentLogger
impl Sync for AgentLogger
impl Unpin for AgentLogger
impl UnsafeUnpin for AgentLogger
impl UnwindSafe for AgentLogger
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