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