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