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