Struct replicate_rust::api_definitions::OptionSerdeJson
source · pub struct OptionSerdeJson(pub Option<Value>);
Expand description
Struct for Option<serde_json::Value>
Tuple Fields§
§0: Option<Value>
Trait Implementations§
source§impl Clone for OptionSerdeJson
impl Clone for OptionSerdeJson
source§fn clone(&self) -> OptionSerdeJson
fn clone(&self) -> OptionSerdeJson
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for OptionSerdeJson
impl Debug for OptionSerdeJson
source§impl<'de> Deserialize<'de> for OptionSerdeJson
impl<'de> Deserialize<'de> for OptionSerdeJson
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for OptionSerdeJson
impl Display for OptionSerdeJson
source§impl PartialEq<OptionSerdeJson> for OptionSerdeJson
impl PartialEq<OptionSerdeJson> for OptionSerdeJson
source§fn eq(&self, other: &OptionSerdeJson) -> bool
fn eq(&self, other: &OptionSerdeJson) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for OptionSerdeJson
impl Serialize for OptionSerdeJson
impl StructuralPartialEq for OptionSerdeJson
Auto Trait Implementations§
impl RefUnwindSafe for OptionSerdeJson
impl Send for OptionSerdeJson
impl Sync for OptionSerdeJson
impl Unpin for OptionSerdeJson
impl UnwindSafe for OptionSerdeJson
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