Struct github_rest::model::misc::events::DeploymentStatusEvent
source · pub struct DeploymentStatusEvent {
pub action: DeploymentStatusAction,
pub deployment_status: DeploymentStatus,
pub deployment: Deployment,
pub event_info: RepoEventInfo,
}
Expand description
Fields§
§action: DeploymentStatusAction
§deployment_status: DeploymentStatus
§deployment: Deployment
§event_info: RepoEventInfo
Trait Implementations§
source§impl AsRef<RepoEventInfo> for DeploymentStatusEvent
impl AsRef<RepoEventInfo> for DeploymentStatusEvent
source§fn as_ref(&self) -> &RepoEventInfo
fn as_ref(&self) -> &RepoEventInfo
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for DeploymentStatusEvent
impl Clone for DeploymentStatusEvent
source§fn clone(&self) -> DeploymentStatusEvent
fn clone(&self) -> DeploymentStatusEvent
Returns a copy 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 DeploymentStatusEvent
impl Debug for DeploymentStatusEvent
source§impl Deref for DeploymentStatusEvent
impl Deref for DeploymentStatusEvent
source§impl<'de> Deserialize<'de> for DeploymentStatusEvent
impl<'de> Deserialize<'de> for DeploymentStatusEvent
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Event<'_> for DeploymentStatusEvent
impl Event<'_> for DeploymentStatusEvent
source§impl PartialEq<DeploymentStatusEvent> for DeploymentStatusEvent
impl PartialEq<DeploymentStatusEvent> for DeploymentStatusEvent
source§fn eq(&self, other: &DeploymentStatusEvent) -> bool
fn eq(&self, other: &DeploymentStatusEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for DeploymentStatusEvent
impl Serialize for DeploymentStatusEvent
impl StructuralPartialEq for DeploymentStatusEvent
Auto Trait Implementations§
impl RefUnwindSafe for DeploymentStatusEvent
impl Send for DeploymentStatusEvent
impl Sync for DeploymentStatusEvent
impl Unpin for DeploymentStatusEvent
impl UnwindSafe for DeploymentStatusEvent
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