pub struct ObjectValue {}Implementations§
Source§impl ObjectValue
impl ObjectValue
pub fn new() -> ObjectValue
Trait Implementations§
Source§impl Clone for ObjectValue
impl Clone for ObjectValue
Source§fn clone(&self) -> ObjectValue
fn clone(&self) -> ObjectValue
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ObjectValue
impl Debug for ObjectValue
Source§impl Default for ObjectValue
impl Default for ObjectValue
Source§fn default() -> ObjectValue
fn default() -> ObjectValue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ObjectValue
impl<'de> Deserialize<'de> for ObjectValue
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 PartialEq for ObjectValue
impl PartialEq for ObjectValue
Source§fn eq(&self, other: &ObjectValue) -> bool
fn eq(&self, other: &ObjectValue) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ObjectValue
impl Serialize for ObjectValue
impl StructuralPartialEq for ObjectValue
Auto Trait Implementations§
impl Freeze for ObjectValue
impl RefUnwindSafe for ObjectValue
impl Send for ObjectValue
impl Sync for ObjectValue
impl Unpin for ObjectValue
impl UnsafeUnpin for ObjectValue
impl UnwindSafe for ObjectValue
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