pub struct EnumError;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnumError
impl RefUnwindSafe for EnumError
impl Send for EnumError
impl Sync for EnumError
impl Unpin for EnumError
impl UnwindSafe for EnumError
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