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