pub struct LogErrorSink;
Expand description
An ErrorSink
implementation that logs errors to the Rust log.
Trait Implementations§
Source§impl Clone for LogErrorSink
impl Clone for LogErrorSink
Source§fn clone(&self) -> LogErrorSink
fn clone(&self) -> LogErrorSink
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LogErrorSink
impl Debug for LogErrorSink
Source§impl ErrorSink<Error> for LogErrorSink
impl ErrorSink<Error> for LogErrorSink
impl Copy for LogErrorSink
Auto Trait Implementations§
impl Freeze for LogErrorSink
impl RefUnwindSafe for LogErrorSink
impl Send for LogErrorSink
impl Sync for LogErrorSink
impl Unpin for LogErrorSink
impl UnwindSafe for LogErrorSink
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