Struct binaryninja::logger::LogGuard
source · pub struct LogGuard<L: LogListener> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<L> RefUnwindSafe for LogGuard<L>where
L: RefUnwindSafe,
impl<L> !Send for LogGuard<L>
impl<L> !Sync for LogGuard<L>
impl<L> Unpin for LogGuard<L>
impl<L> UnwindSafe for LogGuard<L>where
L: RefUnwindSafe,
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