pub struct GetDeployAppAndVersionVariablesFields;
Implementations§
source§impl GetDeployAppAndVersionVariablesFields
impl GetDeployAppAndVersionVariablesFields
pub fn name() -> VariableDefinition<GetDeployAppAndVersionVariables, String>
pub fn owner() -> VariableDefinition<GetDeployAppAndVersionVariables, String>
pub fn version() -> VariableDefinition<GetDeployAppAndVersionVariables, String>
Auto Trait Implementations§
impl RefUnwindSafe for GetDeployAppAndVersionVariablesFields
impl Send for GetDeployAppAndVersionVariablesFields
impl Sync for GetDeployAppAndVersionVariablesFields
impl Unpin for GetDeployAppAndVersionVariablesFields
impl UnwindSafe for GetDeployAppAndVersionVariablesFields
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