pub struct DeploymentStatusCreatedDeploymentStatus { /* private fields */ }
Implementations§
Source§impl DeploymentStatusCreatedDeploymentStatus
impl DeploymentStatusCreatedDeploymentStatus
pub fn created_at<T>(self, value: T) -> Self
pub fn creator<T>(self, value: T) -> Self
pub fn deployment_url<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn environment<T>(self, value: T) -> Self
pub fn environment_url<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn log_url<T>(self, value: T) -> Self
pub fn node_id<T>(self, value: T) -> Self
pub fn performed_via_github_app<T>(self, value: T) -> Self
pub fn repository_url<T>(self, value: T) -> Self
pub fn state<T>(self, value: T) -> Self
pub fn target_url<T>(self, value: T) -> Self
pub fn updated_at<T>(self, value: T) -> Self
pub fn url<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for DeploymentStatusCreatedDeploymentStatus
impl Clone for DeploymentStatusCreatedDeploymentStatus
Source§fn clone(&self) -> DeploymentStatusCreatedDeploymentStatus
fn clone(&self) -> DeploymentStatusCreatedDeploymentStatus
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 From<DeploymentStatusCreatedDeploymentStatus> for DeploymentStatusCreatedDeploymentStatus
impl From<DeploymentStatusCreatedDeploymentStatus> for DeploymentStatusCreatedDeploymentStatus
Source§fn from(value: DeploymentStatusCreatedDeploymentStatus) -> Self
fn from(value: DeploymentStatusCreatedDeploymentStatus) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DeploymentStatusCreatedDeploymentStatus
impl RefUnwindSafe for DeploymentStatusCreatedDeploymentStatus
impl Send for DeploymentStatusCreatedDeploymentStatus
impl Sync for DeploymentStatusCreatedDeploymentStatus
impl Unpin for DeploymentStatusCreatedDeploymentStatus
impl UnwindSafe for DeploymentStatusCreatedDeploymentStatus
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