pub struct PolicyEvaluationUpdatedEvent {
pub real_time_pull_request_event: RealTimePullRequestEvent,
}
Expand description
Real time event (SignalR) for a policy evaluation update on a pull request
Fields§
§real_time_pull_request_event: RealTimePullRequestEvent
Implementations§
Trait Implementations§
source§impl Clone for PolicyEvaluationUpdatedEvent
impl Clone for PolicyEvaluationUpdatedEvent
source§fn clone(&self) -> PolicyEvaluationUpdatedEvent
fn clone(&self) -> PolicyEvaluationUpdatedEvent
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 PolicyEvaluationUpdatedEvent
impl Debug for PolicyEvaluationUpdatedEvent
source§impl Default for PolicyEvaluationUpdatedEvent
impl Default for PolicyEvaluationUpdatedEvent
source§fn default() -> PolicyEvaluationUpdatedEvent
fn default() -> PolicyEvaluationUpdatedEvent
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PolicyEvaluationUpdatedEvent
impl<'de> Deserialize<'de> for PolicyEvaluationUpdatedEvent
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 PolicyEvaluationUpdatedEvent
impl PartialEq for PolicyEvaluationUpdatedEvent
source§fn eq(&self, other: &PolicyEvaluationUpdatedEvent) -> bool
fn eq(&self, other: &PolicyEvaluationUpdatedEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PolicyEvaluationUpdatedEvent
Auto Trait Implementations§
impl Freeze for PolicyEvaluationUpdatedEvent
impl RefUnwindSafe for PolicyEvaluationUpdatedEvent
impl Send for PolicyEvaluationUpdatedEvent
impl Sync for PolicyEvaluationUpdatedEvent
impl Unpin for PolicyEvaluationUpdatedEvent
impl UnwindSafe for PolicyEvaluationUpdatedEvent
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