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 !Send for ArrayValue
impl !Sync for ArrayValue
impl Freeze for ArrayValue
impl RefUnwindSafe for ArrayValue
impl Unpin for ArrayValue
impl UnsafeUnpin 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