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