pub struct JsonObjectSerializer(/* private fields */);
Trait Implementations§
source§impl Default for JsonObjectSerializer
impl Default for JsonObjectSerializer
source§fn default() -> JsonObjectSerializer
fn default() -> JsonObjectSerializer
Returns the “default value” for a type. Read more
source§impl MapSerializer for JsonObjectSerializer
impl MapSerializer for JsonObjectSerializer
Auto Trait Implementations§
impl Freeze for JsonObjectSerializer
impl RefUnwindSafe for JsonObjectSerializer
impl Send for JsonObjectSerializer
impl Sync for JsonObjectSerializer
impl Unpin for JsonObjectSerializer
impl UnwindSafe for JsonObjectSerializer
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