pub struct NullValue;Expand description
The Google Cloud APIs use google.protobuf.NullValue to represent JSON
null values.
The Google Cloud client libraries for Rust map google.protobuf.NullValue
to this unit type.
Implementations§
Trait Implementations§
impl StructuralPartialEq for NullValue
Auto Trait Implementations§
impl Freeze for NullValue
impl RefUnwindSafe for NullValue
impl Send for NullValue
impl Sync for NullValue
impl Unpin for NullValue
impl UnwindSafe for NullValue
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