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