pub struct GQLNullabilityAnnotation {
pub field_path: Vec<String>,
pub nullable: bool,
}Fields§
§field_path: Vec<String>§nullable: boolTrait Implementations§
Source§impl Clone for GQLNullabilityAnnotation
impl Clone for GQLNullabilityAnnotation
Source§fn clone(&self) -> GQLNullabilityAnnotation
fn clone(&self) -> GQLNullabilityAnnotation
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 moreAuto Trait Implementations§
impl Freeze for GQLNullabilityAnnotation
impl RefUnwindSafe for GQLNullabilityAnnotation
impl Send for GQLNullabilityAnnotation
impl Sync for GQLNullabilityAnnotation
impl Unpin for GQLNullabilityAnnotation
impl UnsafeUnpin for GQLNullabilityAnnotation
impl UnwindSafe for GQLNullabilityAnnotation
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