pub struct RispError(/* private fields */);Trait Implementations§
impl StructuralPartialEq for RispError
Auto Trait Implementations§
impl Freeze for RispError
impl RefUnwindSafe for RispError
impl Send for RispError
impl Sync for RispError
impl Unpin for RispError
impl UnwindSafe for RispError
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