pub struct JsonNull(/* private fields */);Implementations§
Trait Implementations§
Source§impl AnyValueTrait for JsonNull
impl AnyValueTrait for JsonNull
Source§impl AsAnyValue for JsonNull
impl AsAnyValue for JsonNull
fn as_any_value(&self) -> AnyValue
Source§impl JsonSyntaxTreeTrait for JsonNull
impl JsonSyntaxTreeTrait for JsonNull
fn as_enum(&self) -> JsonSyntaxTreeEnum
fn clone_boxed(&self) -> JsonSyntaxTree
fn produce(&self, p__451: JsonProducer)
Auto Trait Implementations§
impl Freeze for JsonNull
impl RefUnwindSafe for JsonNull
impl Send for JsonNull
impl Sync for JsonNull
impl Unpin for JsonNull
impl UnwindSafe for JsonNull
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