pub struct AsyncRefOperationCommitLevelEventNotification {
pub async_git_operation_notification: AsyncGitOperationNotification,
pub commit_id: Option<String>,
}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 for AsyncRefOperationCommitLevelEventNotification
impl PartialEq for AsyncRefOperationCommitLevelEventNotification
Source§fn eq(&self, other: &AsyncRefOperationCommitLevelEventNotification) -> bool
fn eq(&self, other: &AsyncRefOperationCommitLevelEventNotification) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AsyncRefOperationCommitLevelEventNotification
Auto Trait Implementations§
impl Freeze for AsyncRefOperationCommitLevelEventNotification
impl RefUnwindSafe for AsyncRefOperationCommitLevelEventNotification
impl Send for AsyncRefOperationCommitLevelEventNotification
impl Sync for AsyncRefOperationCommitLevelEventNotification
impl Unpin for AsyncRefOperationCommitLevelEventNotification
impl UnwindSafe for AsyncRefOperationCommitLevelEventNotification
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