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