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