pub struct GQLDeferDirective {
pub label: Option<String>,
pub if_condition: Option<String>,
}Fields§
§label: Option<String>§if_condition: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for GQLDeferDirective
impl Clone for GQLDeferDirective
Source§fn clone(&self) -> GQLDeferDirective
fn clone(&self) -> GQLDeferDirective
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 GQLDeferDirective
impl RefUnwindSafe for GQLDeferDirective
impl Send for GQLDeferDirective
impl Sync for GQLDeferDirective
impl Unpin for GQLDeferDirective
impl UnsafeUnpin for GQLDeferDirective
impl UnwindSafe for GQLDeferDirective
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