pub struct CancelCommit { /* private fields */ }
Available on crate features
ssh
or tls
only.Trait Implementations§
Source§impl<'a> Builder<'a, CancelCommit> for Builder<'a>
impl<'a> Builder<'a, CancelCommit> for Builder<'a>
Source§impl Clone for CancelCommit
impl Clone for CancelCommit
Source§fn clone(&self) -> CancelCommit
fn clone(&self) -> CancelCommit
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 Debug for CancelCommit
impl Debug for CancelCommit
Source§impl Operation for CancelCommit
impl Operation for CancelCommit
Auto Trait Implementations§
impl Freeze for CancelCommit
impl RefUnwindSafe for CancelCommit
impl Send for CancelCommit
impl Sync for CancelCommit
impl Unpin for CancelCommit
impl UnwindSafe for CancelCommit
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