Struct nyoom_json::Null
source · 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 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