pub struct ObjectFieldType {
pub name: Ident,
pub value_type: DataType,
pub value: Option<Value>,
}Fields§
§name: Ident§value_type: DataType§value: Option<Value>Trait Implementations§
Source§impl Parse for ObjectFieldType
impl Parse for ObjectFieldType
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl !Send for ObjectFieldType
impl !Sync for ObjectFieldType
impl Freeze for ObjectFieldType
impl RefUnwindSafe for ObjectFieldType
impl Unpin for ObjectFieldType
impl UnsafeUnpin for ObjectFieldType
impl UnwindSafe for ObjectFieldType
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