pub struct JsonSize { /* private fields */ }Implementations§
Trait Implementations§
impl Eq for JsonSize
impl StructuralPartialEq for JsonSize
Auto Trait Implementations§
impl Freeze for JsonSize
impl RefUnwindSafe for JsonSize
impl Send for JsonSize
impl Sync for JsonSize
impl Unpin for JsonSize
impl UnwindSafe for JsonSize
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