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