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