Struct azure_devops_rust_api::release::models::ReleaseUpdatedEvent
source · pub struct ReleaseUpdatedEvent {
pub realtime_release_event: RealtimeReleaseEvent,
pub release: Option<Release>,
}Expand description
Fields§
§realtime_release_event: RealtimeReleaseEvent§release: Option<Release>Implementations§
Trait Implementations§
source§impl Clone for ReleaseUpdatedEvent
impl Clone for ReleaseUpdatedEvent
source§fn clone(&self) -> ReleaseUpdatedEvent
fn clone(&self) -> ReleaseUpdatedEvent
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 ReleaseUpdatedEvent
impl Debug for ReleaseUpdatedEvent
source§impl Default for ReleaseUpdatedEvent
impl Default for ReleaseUpdatedEvent
source§fn default() -> ReleaseUpdatedEvent
fn default() -> ReleaseUpdatedEvent
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ReleaseUpdatedEvent
impl<'de> Deserialize<'de> for ReleaseUpdatedEvent
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 ReleaseUpdatedEvent
impl PartialEq for ReleaseUpdatedEvent
source§fn eq(&self, other: &ReleaseUpdatedEvent) -> bool
fn eq(&self, other: &ReleaseUpdatedEvent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ReleaseUpdatedEvent
impl Serialize for ReleaseUpdatedEvent
impl StructuralPartialEq for ReleaseUpdatedEvent
Auto Trait Implementations§
impl RefUnwindSafe for ReleaseUpdatedEvent
impl Send for ReleaseUpdatedEvent
impl Sync for ReleaseUpdatedEvent
impl Unpin for ReleaseUpdatedEvent
impl UnwindSafe for ReleaseUpdatedEvent
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