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