pub struct CommitSimple { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for CommitSimple
impl Clone for CommitSimple
Source§fn clone(&self) -> CommitSimple
fn clone(&self) -> CommitSimple
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 CommitSimple
impl Debug for CommitSimple
Source§impl Default for CommitSimple
impl Default for CommitSimple
Source§impl From<CommitSimple> for CommitSimple
impl From<CommitSimple> for CommitSimple
Source§fn from(value: CommitSimple) -> Self
fn from(value: CommitSimple) -> Self
Converts to this type from the input type.
Source§impl TryFrom<CommitSimple> for CommitSimple
impl TryFrom<CommitSimple> for CommitSimple
Auto Trait Implementations§
impl Freeze for CommitSimple
impl RefUnwindSafe for CommitSimple
impl Send for CommitSimple
impl Sync for CommitSimple
impl Unpin for CommitSimple
impl UnwindSafe for CommitSimple
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