pub struct GetDeployAppVersionByIdVarsFields;
Implementations§
Source§impl GetDeployAppVersionByIdVarsFields
impl GetDeployAppVersionByIdVarsFields
pub fn version_id() -> VariableDefinition<Self, Id>
Trait Implementations§
impl QueryVariablesFields for GetDeployAppVersionByIdVarsFields
impl VariableMatch<GetDeployAppVersionByIdVarsFields> for GetDeployAppVersionByIdVarsFields
Auto Trait Implementations§
impl Freeze for GetDeployAppVersionByIdVarsFields
impl RefUnwindSafe for GetDeployAppVersionByIdVarsFields
impl Send for GetDeployAppVersionByIdVarsFields
impl Sync for GetDeployAppVersionByIdVarsFields
impl Unpin for GetDeployAppVersionByIdVarsFields
impl UnwindSafe for GetDeployAppVersionByIdVarsFields
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