pub struct EmptyString;Expand description
Serializes to "".
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmptyString
impl RefUnwindSafe for EmptyString
impl Send for EmptyString
impl Sync for EmptyString
impl Unpin for EmptyString
impl UnsafeUnpin for EmptyString
impl UnwindSafe for EmptyString
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