Struct phoenix_lang::value::ValueArray
source · pub struct ValueArray {
pub values: Vec<Value>,
}Fields§
§values: Vec<Value>Implementations§
Trait Implementations§
source§impl Clone for ValueArray
impl Clone for ValueArray
source§fn clone(&self) -> ValueArray
fn clone(&self) -> ValueArray
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 ValueArray
impl Debug for ValueArray
source§impl Default for ValueArray
impl Default for ValueArray
source§fn default() -> ValueArray
fn default() -> ValueArray
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ValueArray
impl<'de> Deserialize<'de> for ValueArray
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
Auto Trait Implementations§
impl RefUnwindSafe for ValueArray
impl Send for ValueArray
impl Sync for ValueArray
impl Unpin for ValueArray
impl UnwindSafe for ValueArray
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