pub struct EmptyAsError;
Expand description
Text codec which returns None instead of the empty string.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmptyAsError
impl RefUnwindSafe for EmptyAsError
impl Send for EmptyAsError
impl Sync for EmptyAsError
impl Unpin for EmptyAsError
impl UnwindSafe for EmptyAsError
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