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