pub struct GetDeploymentTargetInput {
pub deployment_id: Option<String>,
pub target_id: Option<String>,
}
Fields§
§deployment_id: Option<String>
The unique ID of a deployment.
target_id: Option<String>
The unique ID of a deployment target.
Trait Implementations§
Source§impl Clone for GetDeploymentTargetInput
impl Clone for GetDeploymentTargetInput
Source§fn clone(&self) -> GetDeploymentTargetInput
fn clone(&self) -> GetDeploymentTargetInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetDeploymentTargetInput
impl Debug for GetDeploymentTargetInput
Source§impl Default for GetDeploymentTargetInput
impl Default for GetDeploymentTargetInput
Source§fn default() -> GetDeploymentTargetInput
fn default() -> GetDeploymentTargetInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetDeploymentTargetInput
impl PartialEq for GetDeploymentTargetInput
Source§impl Serialize for GetDeploymentTargetInput
impl Serialize for GetDeploymentTargetInput
impl StructuralPartialEq for GetDeploymentTargetInput
Auto Trait Implementations§
impl Freeze for GetDeploymentTargetInput
impl RefUnwindSafe for GetDeploymentTargetInput
impl Send for GetDeploymentTargetInput
impl Sync for GetDeploymentTargetInput
impl Unpin for GetDeploymentTargetInput
impl UnwindSafe for GetDeploymentTargetInput
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