pub struct SchemaInputField<'a> {
pub name: &'a str,
pub input_type: &'a TypeRef<'a>,
}
Fields§
§name: &'a str
§input_type: &'a TypeRef<'a>
Implementations§
Trait Implementations§
Source§impl<'a> Clone for SchemaInputField<'a>
impl<'a> Clone for SchemaInputField<'a>
Source§fn clone(&self) -> SchemaInputField<'a>
fn clone(&self) -> SchemaInputField<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> Debug for SchemaInputField<'a>
impl<'a> Debug for SchemaInputField<'a>
Source§impl<'a> PartialEq for SchemaInputField<'a>
impl<'a> PartialEq for SchemaInputField<'a>
impl<'a> Copy for SchemaInputField<'a>
impl<'a> StructuralPartialEq for SchemaInputField<'a>
Auto Trait Implementations§
impl<'a> Freeze for SchemaInputField<'a>
impl<'a> RefUnwindSafe for SchemaInputField<'a>
impl<'a> Send for SchemaInputField<'a>
impl<'a> Sync for SchemaInputField<'a>
impl<'a> Unpin for SchemaInputField<'a>
impl<'a> UnwindSafe for SchemaInputField<'a>
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