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