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