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