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