pub struct JsonBytesAccess(/* private fields */);
Implementations§
Trait Implementations§
source§impl BytesAccess for JsonBytesAccess
impl BytesAccess for JsonBytesAccess
Auto Trait Implementations§
impl Freeze for JsonBytesAccess
impl RefUnwindSafe for JsonBytesAccess
impl Send for JsonBytesAccess
impl Sync for JsonBytesAccess
impl Unpin for JsonBytesAccess
impl UnwindSafe for JsonBytesAccess
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