pub struct GitLogEntry { /* private fields */ }
Expand description
simplified commit log entry
Implementations§
Trait Implementations§
Source§impl Clone for GitLogEntry
impl Clone for GitLogEntry
Source§fn clone(&self) -> GitLogEntry
fn clone(&self) -> GitLogEntry
Returns a duplicate 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 GitLogEntry
impl Debug for GitLogEntry
Auto Trait Implementations§
impl Freeze for GitLogEntry
impl RefUnwindSafe for GitLogEntry
impl Send for GitLogEntry
impl Sync for GitLogEntry
impl Unpin for GitLogEntry
impl UnwindSafe for GitLogEntry
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