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