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