pub struct ReleaseNotCreatedEvent {
    pub definition_reference: Option<ReleaseDefinitionShallowReference>,
    pub message: Option<String>,
    pub release_reason: Option<ReleaseReason>,
    pub requested_by: Option<IdentityRef>,
}Expand description
Fields§
§definition_reference: Option<ReleaseDefinitionShallowReference>§message: Option<String>§release_reason: Option<ReleaseReason>§requested_by: Option<IdentityRef>Implementations§
Trait Implementations§
source§impl Clone for ReleaseNotCreatedEvent
 
impl Clone for ReleaseNotCreatedEvent
source§fn clone(&self) -> ReleaseNotCreatedEvent
 
fn clone(&self) -> ReleaseNotCreatedEvent
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 ReleaseNotCreatedEvent
 
impl Debug for ReleaseNotCreatedEvent
source§impl Default for ReleaseNotCreatedEvent
 
impl Default for ReleaseNotCreatedEvent
source§fn default() -> ReleaseNotCreatedEvent
 
fn default() -> ReleaseNotCreatedEvent
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ReleaseNotCreatedEvent
 
impl<'de> Deserialize<'de> for ReleaseNotCreatedEvent
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 PartialEq for ReleaseNotCreatedEvent
 
impl PartialEq for ReleaseNotCreatedEvent
source§fn eq(&self, other: &ReleaseNotCreatedEvent) -> bool
 
fn eq(&self, other: &ReleaseNotCreatedEvent) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for ReleaseNotCreatedEvent
 
impl Serialize for ReleaseNotCreatedEvent
impl StructuralPartialEq for ReleaseNotCreatedEvent
Auto Trait Implementations§
impl RefUnwindSafe for ReleaseNotCreatedEvent
impl Send for ReleaseNotCreatedEvent
impl Sync for ReleaseNotCreatedEvent
impl Unpin for ReleaseNotCreatedEvent
impl UnwindSafe for ReleaseNotCreatedEvent
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