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