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