pub enum EncError {
Io(Error),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EncError
impl !RefUnwindSafe for EncError
impl Send for EncError
impl Sync for EncError
impl Unpin for EncError
impl UnsafeUnpin for EncError
impl !UnwindSafe for EncError
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