pub struct ArrayValue {
pub elements: Vec<Value>,
/* private fields */
}
Fields§
§elements: Vec<Value>
Trait Implementations§
Source§impl Parse for ArrayValue
impl Parse for ArrayValue
fn parse(input: ParseStream<'_>) -> Result<Self>
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