pub struct ComplexExtensionValue {}Trait Implementations§
Source§impl Clone for ComplexExtensionValue
impl Clone for ComplexExtensionValue
Source§fn clone(&self) -> ComplexExtensionValue
fn clone(&self) -> ComplexExtensionValue
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 ComplexExtensionValue
impl Debug for ComplexExtensionValue
Source§impl<'de> Deserialize<'de> for ComplexExtensionValue
impl<'de> Deserialize<'de> for ComplexExtensionValue
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
impl Eq for ComplexExtensionValue
Source§impl PartialEq for ComplexExtensionValue
impl PartialEq for ComplexExtensionValue
Source§fn eq(&self, other: &ComplexExtensionValue) -> bool
fn eq(&self, other: &ComplexExtensionValue) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ComplexExtensionValue
impl Serialize for ComplexExtensionValue
impl StructuralPartialEq for ComplexExtensionValue
Auto Trait Implementations§
impl Freeze for ComplexExtensionValue
impl RefUnwindSafe for ComplexExtensionValue
impl Send for ComplexExtensionValue
impl Sync for ComplexExtensionValue
impl Unpin for ComplexExtensionValue
impl UnsafeUnpin for ComplexExtensionValue
impl UnwindSafe for ComplexExtensionValue
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