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