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