pub struct GetAppTemplatesFromLanguageVars {
pub language_slug: String,
pub first: i32,
pub after: Option<String>,
pub sort_by: Option<AppTemplatesSortBy>,
}
Fields§
§language_slug: String
§first: i32
§after: Option<String>
§sort_by: Option<AppTemplatesSortBy>
Trait Implementations§
Source§impl Clone for GetAppTemplatesFromLanguageVars
impl Clone for GetAppTemplatesFromLanguageVars
Source§fn clone(&self) -> GetAppTemplatesFromLanguageVars
fn clone(&self) -> GetAppTemplatesFromLanguageVars
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl QueryVariables for GetAppTemplatesFromLanguageVars
impl QueryVariables for GetAppTemplatesFromLanguageVars
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 = GetAppTemplatesFromLanguageVarsFields
type Fields = GetAppTemplatesFromLanguageVarsFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
impl Freeze for GetAppTemplatesFromLanguageVars
impl RefUnwindSafe for GetAppTemplatesFromLanguageVars
impl Send for GetAppTemplatesFromLanguageVars
impl Sync for GetAppTemplatesFromLanguageVars
impl Unpin for GetAppTemplatesFromLanguageVars
impl UnwindSafe for GetAppTemplatesFromLanguageVars
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