pub struct RsilleErr { /* private fields */ }Expand description
The error type used by this crate
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RsilleErr
impl RefUnwindSafe for RsilleErr
impl Send for RsilleErr
impl Sync for RsilleErr
impl Unpin for RsilleErr
impl UnwindSafe for RsilleErr
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