pub struct NeoJSON;Expand description
Minimal JSON helpers to support tests.
Implementations§
Auto Trait Implementations§
impl Freeze for NeoJSON
impl RefUnwindSafe for NeoJSON
impl Send for NeoJSON
impl Sync for NeoJSON
impl Unpin for NeoJSON
impl UnwindSafe for NeoJSON
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