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