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