pub struct AsyncRefOperationConflictNotification {
pub async_ref_operation_commit_level_event_notification: AsyncRefOperationCommitLevelEventNotification,
}Fields§
§async_ref_operation_commit_level_event_notification: AsyncRefOperationCommitLevelEventNotificationImplementations§
Trait Implementations§
Source§impl Clone for AsyncRefOperationConflictNotification
impl Clone for AsyncRefOperationConflictNotification
Source§fn clone(&self) -> AsyncRefOperationConflictNotification
fn clone(&self) -> AsyncRefOperationConflictNotification
Returns a duplicate 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 Default for AsyncRefOperationConflictNotification
impl Default for AsyncRefOperationConflictNotification
Source§fn default() -> AsyncRefOperationConflictNotification
fn default() -> AsyncRefOperationConflictNotification
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AsyncRefOperationConflictNotification
impl<'de> Deserialize<'de> for AsyncRefOperationConflictNotification
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 AsyncRefOperationConflictNotification
impl PartialEq for AsyncRefOperationConflictNotification
Source§fn eq(&self, other: &AsyncRefOperationConflictNotification) -> bool
fn eq(&self, other: &AsyncRefOperationConflictNotification) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AsyncRefOperationConflictNotification
Auto Trait Implementations§
impl Freeze for AsyncRefOperationConflictNotification
impl RefUnwindSafe for AsyncRefOperationConflictNotification
impl Send for AsyncRefOperationConflictNotification
impl Sync for AsyncRefOperationConflictNotification
impl Unpin for AsyncRefOperationConflictNotification
impl UnwindSafe for AsyncRefOperationConflictNotification
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<D> DeserializeWith<JsonFormat> for Dwhere
D: DeserializeOwned,
impl<D> DeserializeWith<JsonFormat> for Dwhere
D: DeserializeOwned,
Source§fn deserialize_with(body: ResponseBody) -> Result<D, Error>
fn deserialize_with(body: ResponseBody) -> Result<D, Error>
Deserialize the response body using the specified format. Read more