pub struct GetDeployAppAndVersionByIdVarsFields;
Implementations§
source§impl GetDeployAppAndVersionByIdVarsFields
impl GetDeployAppAndVersionByIdVarsFields
pub fn app_id() -> VariableDefinition<GetDeployAppAndVersionByIdVars, Id>
pub fn version_id() -> VariableDefinition<GetDeployAppAndVersionByIdVars, Id>
Auto Trait Implementations§
impl RefUnwindSafe for GetDeployAppAndVersionByIdVarsFields
impl Send for GetDeployAppAndVersionByIdVarsFields
impl Sync for GetDeployAppAndVersionByIdVarsFields
impl Unpin for GetDeployAppAndVersionByIdVarsFields
impl UnwindSafe for GetDeployAppAndVersionByIdVarsFields
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