pub struct GetUserAppsVars {
pub username: String,
}
Fields§
§username: String
Trait Implementations§
Source§impl Debug for GetUserAppsVars
impl Debug for GetUserAppsVars
Source§impl QueryVariables for GetUserAppsVars
impl QueryVariables for GetUserAppsVars
Source§const VARIABLES: &'static [(&'static str, VariableType)] = _
const VARIABLES: &'static [(&'static str, VariableType)] = _
An associated constant that contains the variable names & their types. Read more
Source§type Fields = GetUserAppsVarsFields
type Fields = GetUserAppsVarsFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
impl Freeze for GetUserAppsVars
impl RefUnwindSafe for GetUserAppsVars
impl Send for GetUserAppsVars
impl Sync for GetUserAppsVars
impl Unpin for GetUserAppsVars
impl UnwindSafe for GetUserAppsVars
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