pub struct GitHints {
pub recorded_branch: Option<String>,
pub recorded_commit: Option<String>,
pub repository_label: Option<String>,
}Fields§
§recorded_branch: Option<String>§recorded_commit: Option<String>§repository_label: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GitHints
impl RefUnwindSafe for GitHints
impl Send for GitHints
impl Sync for GitHints
impl Unpin for GitHints
impl UnsafeUnpin for GitHints
impl UnwindSafe for GitHints
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