pub struct GetCurrentUserWithAppsVars {
pub after: Option<String>,
pub sort: Option<DeployAppsSortBy>,
}
Fields§
§after: Option<String>
§sort: Option<DeployAppsSortBy>
Trait Implementations§
Source§impl Debug for GetCurrentUserWithAppsVars
impl Debug for GetCurrentUserWithAppsVars
Source§impl QueryVariables for GetCurrentUserWithAppsVars
impl QueryVariables for GetCurrentUserWithAppsVars
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 = GetCurrentUserWithAppsVarsFields
type Fields = GetCurrentUserWithAppsVarsFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
impl Freeze for GetCurrentUserWithAppsVars
impl RefUnwindSafe for GetCurrentUserWithAppsVars
impl Send for GetCurrentUserWithAppsVars
impl Sync for GetCurrentUserWithAppsVars
impl Unpin for GetCurrentUserWithAppsVars
impl UnwindSafe for GetCurrentUserWithAppsVars
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