pub struct GetTemplateLanguagesVarsFields;
Implementations§
Trait Implementations§
impl QueryVariablesFields for GetTemplateLanguagesVarsFields
impl VariableMatch<GetTemplateLanguagesVarsFields> for GetTemplateLanguagesVarsFields
Auto Trait Implementations§
impl Freeze for GetTemplateLanguagesVarsFields
impl RefUnwindSafe for GetTemplateLanguagesVarsFields
impl Send for GetTemplateLanguagesVarsFields
impl Sync for GetTemplateLanguagesVarsFields
impl Unpin for GetTemplateLanguagesVarsFields
impl UnwindSafe for GetTemplateLanguagesVarsFields
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