pub struct DeploymentGroupResponse { /* private fields */ }Implementations§
Source§impl DeploymentGroupResponse
impl DeploymentGroupResponse
pub fn created_at<T>(self, value: T) -> Self
pub fn deployment_count<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn max_deployments<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for DeploymentGroupResponse
impl Clone for DeploymentGroupResponse
Source§fn clone(&self) -> DeploymentGroupResponse
fn clone(&self) -> DeploymentGroupResponse
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 DeploymentGroupResponse
impl Debug for DeploymentGroupResponse
Source§impl Default for DeploymentGroupResponse
impl Default for DeploymentGroupResponse
Source§impl From<DeploymentGroupResponse> for DeploymentGroupResponse
impl From<DeploymentGroupResponse> for DeploymentGroupResponse
Source§fn from(value: DeploymentGroupResponse) -> Self
fn from(value: DeploymentGroupResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<DeploymentGroupResponse> for DeploymentGroupResponse
impl TryFrom<DeploymentGroupResponse> for DeploymentGroupResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: DeploymentGroupResponse) -> Result<Self, ConversionError>
fn try_from(value: DeploymentGroupResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for DeploymentGroupResponse
impl RefUnwindSafe for DeploymentGroupResponse
impl Send for DeploymentGroupResponse
impl Sync for DeploymentGroupResponse
impl Unpin for DeploymentGroupResponse
impl UnsafeUnpin for DeploymentGroupResponse
impl UnwindSafe for DeploymentGroupResponse
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