pub struct RaiseError;Trait Implementations§
Source§impl Export for RaiseError
impl Export for RaiseError
Auto Trait Implementations§
impl Freeze for RaiseError
impl RefUnwindSafe for RaiseError
impl Send for RaiseError
impl Sync for RaiseError
impl Unpin for RaiseError
impl UnsafeUnpin for RaiseError
impl UnwindSafe for RaiseError
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