pub struct GetTemplateLanguagesVars {
pub after: Option<String>,
pub first: Option<i32>,
}
Fields§
§after: Option<String>
§first: Option<i32>
Trait Implementations§
Source§impl Clone for GetTemplateLanguagesVars
impl Clone for GetTemplateLanguagesVars
Source§fn clone(&self) -> GetTemplateLanguagesVars
fn clone(&self) -> GetTemplateLanguagesVars
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 Debug for GetTemplateLanguagesVars
impl Debug for GetTemplateLanguagesVars
Source§impl QueryVariables for GetTemplateLanguagesVars
impl QueryVariables for GetTemplateLanguagesVars
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 = GetTemplateLanguagesVarsFields
type Fields = GetTemplateLanguagesVarsFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
impl Freeze for GetTemplateLanguagesVars
impl RefUnwindSafe for GetTemplateLanguagesVars
impl Send for GetTemplateLanguagesVars
impl Sync for GetTemplateLanguagesVars
impl Unpin for GetTemplateLanguagesVars
impl UnwindSafe for GetTemplateLanguagesVars
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