Struct log4rs_sentry::SentryAppender
source · [−]pub struct SentryAppender { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Append for SentryAppender
impl Append for SentryAppender
Auto Trait Implementations
impl !RefUnwindSafe for SentryAppender
impl Send for SentryAppender
impl Sync for SentryAppender
impl Unpin for SentryAppender
impl !UnwindSafe for SentryAppender
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more