pub struct Null;Expand description
The JSON null value!
Trait Implementations§
Source§impl<S: JsonBuffer> WriteToJson<S> for Null
impl<S: JsonBuffer> WriteToJson<S> for Null
fn write_to_json(self, out: &mut S)
Auto Trait Implementations§
impl Freeze for Null
impl RefUnwindSafe for Null
impl Send for Null
impl Sync for Null
impl Unpin for Null
impl UnwindSafe for Null
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