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