Struct acme_lib::api::ApiEmptyString
source · pub struct ApiEmptyString;
Expand description
Serializes to ""
Trait Implementations§
Auto Trait Implementations§
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