pub struct GetNodeVarsFields;Expand description
cynic::QueryVariablesFields implementation for #ident
Trait Implementations§
impl QueryVariablesFields for GetNodeVarsFields
impl VariableMatch<GetNodeVarsFields> for GetNodeVarsFields
Auto Trait Implementations§
impl Freeze for GetNodeVarsFields
impl RefUnwindSafe for GetNodeVarsFields
impl Send for GetNodeVarsFields
impl Sync for GetNodeVarsFields
impl Unpin for GetNodeVarsFields
impl UnsafeUnpin for GetNodeVarsFields
impl UnwindSafe for GetNodeVarsFields
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