pub struct ObjectValue {
pub span: Span,
pub fields: Vec<ObjectFieldValue>,
}Fields§
§span: Span§fields: Vec<ObjectFieldValue>Trait Implementations§
Source§impl Parse for ObjectValue
impl Parse for ObjectValue
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl !Send for ObjectValue
impl !Sync for ObjectValue
impl Freeze for ObjectValue
impl RefUnwindSafe for ObjectValue
impl Unpin for ObjectValue
impl UnsafeUnpin for ObjectValue
impl UnwindSafe for ObjectValue
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