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