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