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