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