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