pub struct CommitDateOptions { /* private fields */ }
Expand description
CommitDateOptions store dates for GIT_AUTHOR_DATE and GIT_COMMITTER_DATE
Trait Implementations§
Source§impl Clone for CommitDateOptions
impl Clone for CommitDateOptions
Source§fn clone(&self) -> CommitDateOptions
fn clone(&self) -> CommitDateOptions
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 CommitDateOptions
impl Debug for CommitDateOptions
Source§impl Default for CommitDateOptions
impl Default for CommitDateOptions
Source§fn default() -> CommitDateOptions
fn default() -> CommitDateOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CommitDateOptionswhere
CommitDateOptions: Default,
impl<'de> Deserialize<'de> for CommitDateOptionswhere
CommitDateOptions: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CommitDateOptions
impl RefUnwindSafe for CommitDateOptions
impl Send for CommitDateOptions
impl Sync for CommitDateOptions
impl Unpin for CommitDateOptions
impl UnwindSafe for CommitDateOptions
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