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