Struct apollo_smith::ObjectTypeDef
source · [−]pub struct ObjectTypeDef { /* private fields */ }Expand description
Object types represent concrete instantiations of sets of fields.
The introspection types (e.g. __Type, __Field, etc) are examples of
objects.
ObjectTypeDefinition: Description? type Name ImplementsInterfaces? Directives? FieldsDefinition?
Detailed documentation can be found in GraphQL spec.
Trait Implementations
sourceimpl Debug for ObjectTypeDef
impl Debug for ObjectTypeDef
sourceimpl From<ObjectTypeDef> for ObjectDefinition
impl From<ObjectTypeDef> for ObjectDefinition
sourcefn from(val: ObjectTypeDef) -> Self
fn from(val: ObjectTypeDef) -> Self
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ObjectTypeDef
impl Send for ObjectTypeDef
impl Sync for ObjectTypeDef
impl Unpin for ObjectTypeDef
impl UnwindSafe for ObjectTypeDef
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more