pub struct GetPackageVersionVarsFields;
Implementations§
Trait Implementations§
impl QueryVariablesFields for GetPackageVersionVarsFields
impl VariableMatch<GetPackageVersionVarsFields> for GetPackageVersionVarsFields
Auto Trait Implementations§
impl Freeze for GetPackageVersionVarsFields
impl RefUnwindSafe for GetPackageVersionVarsFields
impl Send for GetPackageVersionVarsFields
impl Sync for GetPackageVersionVarsFields
impl Unpin for GetPackageVersionVarsFields
impl UnwindSafe for GetPackageVersionVarsFields
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