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