pub struct ValueArrayElement {
pub value: Box<Expression>,
}Expand description
Fields§
§value: Box<Expression>Trait Implementations§
Source§impl Clone for ValueArrayElement
impl Clone for ValueArrayElement
Source§fn clone(&self) -> ValueArrayElement
fn clone(&self) -> ValueArrayElement
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 ValueArrayElement
impl Debug for ValueArrayElement
Source§impl<'de> Deserialize<'de> for ValueArrayElement
impl<'de> Deserialize<'de> for ValueArrayElement
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 HasSpan for ValueArrayElement
impl HasSpan for ValueArrayElement
Source§impl Hash for ValueArrayElement
impl Hash for ValueArrayElement
Source§impl Ord for ValueArrayElement
impl Ord for ValueArrayElement
Source§fn cmp(&self, other: &ValueArrayElement) -> Ordering
fn cmp(&self, other: &ValueArrayElement) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ValueArrayElement
impl PartialEq for ValueArrayElement
Source§impl PartialOrd for ValueArrayElement
impl PartialOrd for ValueArrayElement
Source§impl Serialize for ValueArrayElement
impl Serialize for ValueArrayElement
impl Eq for ValueArrayElement
impl StructuralPartialEq for ValueArrayElement
Auto Trait Implementations§
impl Freeze for ValueArrayElement
impl RefUnwindSafe for ValueArrayElement
impl Send for ValueArrayElement
impl Sync for ValueArrayElement
impl Unpin for ValueArrayElement
impl UnwindSafe for ValueArrayElement
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