pub struct LogTarget(/* private fields */);Expand description
An easily-named Arc<dyn Targetable> that is stored in trillium shared state
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogTarget
impl !RefUnwindSafe for LogTarget
impl Send for LogTarget
impl Sync for LogTarget
impl Unpin for LogTarget
impl UnsafeUnpin for LogTarget
impl !UnwindSafe for LogTarget
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