pub struct DeleteRefReflog {
pub committer: Vec<u8>,
pub message: Vec<u8>,
}Fields§
§committer: Vec<u8>§message: Vec<u8>Trait Implementations§
Source§impl Clone for DeleteRefReflog
impl Clone for DeleteRefReflog
Source§fn clone(&self) -> DeleteRefReflog
fn clone(&self) -> DeleteRefReflog
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeleteRefReflog
impl Debug for DeleteRefReflog
impl Eq for DeleteRefReflog
Source§impl PartialEq for DeleteRefReflog
impl PartialEq for DeleteRefReflog
Source§fn eq(&self, other: &DeleteRefReflog) -> bool
fn eq(&self, other: &DeleteRefReflog) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteRefReflog
Auto Trait Implementations§
impl Freeze for DeleteRefReflog
impl RefUnwindSafe for DeleteRefReflog
impl Send for DeleteRefReflog
impl Sync for DeleteRefReflog
impl Unpin for DeleteRefReflog
impl UnsafeUnpin for DeleteRefReflog
impl UnwindSafe for DeleteRefReflog
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