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