pub struct OpValsValue(pub Vec<OpValValue>);Tuple Fields§
§0: Vec<OpValValue>Trait Implementations§
Source§impl Clone for OpValsValue
impl Clone for OpValsValue
Source§fn clone(&self) -> OpValsValue
fn clone(&self) -> OpValsValue
Returns a duplicate 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 OpValsValue
impl Debug for OpValsValue
Source§impl<'de> Deserialize<'de> for OpValsValue
impl<'de> Deserialize<'de> for OpValsValue
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 From<OpValValue> for OpValsValue
impl From<OpValValue> for OpValsValue
Source§fn from(val: OpValValue) -> Self
fn from(val: OpValValue) -> Self
Converts to this type from the input type.
Source§impl From<Vec<OpValValue>> for OpValsValue
impl From<Vec<OpValValue>> for OpValsValue
Source§fn from(val: Vec<OpValValue>) -> Self
fn from(val: Vec<OpValValue>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for OpValsValue
impl RefUnwindSafe for OpValsValue
impl Send for OpValsValue
impl Sync for OpValsValue
impl Unpin for OpValsValue
impl UnwindSafe for OpValsValue
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