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