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