Struct fluentci_ext::git_last_commit::GitLastCommit
source · pub struct GitLastCommit {}
Trait Implementations§
source§impl Default for GitLastCommit
impl Default for GitLastCommit
source§fn default() -> GitLastCommit
fn default() -> GitLastCommit
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GitLastCommit
impl RefUnwindSafe for GitLastCommit
impl Send for GitLastCommit
impl Sync for GitLastCommit
impl Unpin for GitLastCommit
impl UnwindSafe for GitLastCommit
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