pub struct GitInitReport {
pub status: GitInitStatus,
pub commit: Option<String>,
pub message: Option<String>,
}Fields§
§status: GitInitStatus§commit: Option<String>§message: Option<String>Trait Implementations§
Source§impl Debug for GitInitReport
impl Debug for GitInitReport
Auto Trait Implementations§
impl Freeze for GitInitReport
impl RefUnwindSafe for GitInitReport
impl Send for GitInitReport
impl Sync for GitInitReport
impl Unpin for GitInitReport
impl UnwindSafe for GitInitReport
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