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