pub struct Raise { /* private fields */ }Trait Implementations§
impl StructuralPartialEq for Raise
Auto Trait Implementations§
impl Freeze for Raise
impl RefUnwindSafe for Raise
impl Send for Raise
impl Sync for Raise
impl Unpin for Raise
impl UnwindSafe for Raise
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