Struct compute_rust_sentry::Raven
source · pub struct Raven { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Raven
impl Send for Raven
impl Sync for Raven
impl Unpin for Raven
impl UnwindSafe for Raven
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