pub struct DeploymentStatusCreated { /* private fields */ }
Implementations§
Source§impl DeploymentStatusCreated
impl DeploymentStatusCreated
pub fn action<T>(self, value: T) -> Self
pub fn check_run<T>(self, value: T) -> Self
pub fn deployment<T>(self, value: T) -> Self
pub fn deployment_status<T>(self, value: T) -> Self
pub fn installation<T>(self, value: T) -> Self
pub fn organization<T>(self, value: T) -> Self
pub fn repository<T>(self, value: T) -> Self
pub fn sender<T>(self, value: T) -> Self
pub fn workflow<T>(self, value: T) -> Self
pub fn workflow_run<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for DeploymentStatusCreated
impl Clone for DeploymentStatusCreated
Source§fn clone(&self) -> DeploymentStatusCreated
fn clone(&self) -> DeploymentStatusCreated
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 DeploymentStatusCreated
impl Debug for DeploymentStatusCreated
Source§impl Default for DeploymentStatusCreated
impl Default for DeploymentStatusCreated
Source§impl From<DeploymentStatusCreated> for DeploymentStatusCreated
impl From<DeploymentStatusCreated> for DeploymentStatusCreated
Source§fn from(value: DeploymentStatusCreated) -> Self
fn from(value: DeploymentStatusCreated) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DeploymentStatusCreated
impl RefUnwindSafe for DeploymentStatusCreated
impl Send for DeploymentStatusCreated
impl Sync for DeploymentStatusCreated
impl Unpin for DeploymentStatusCreated
impl UnwindSafe for DeploymentStatusCreated
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