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