pub(crate) struct CommitInfo {
pub(crate) short_commit_hash: &'static str,
pub(crate) commit_hash: &'static str,
pub(crate) commit_date: &'static str,
}Expand description
Information about the git repository where rust-analyzer was built from.
Fields§
§short_commit_hash: &'static str§commit_hash: &'static str§commit_date: &'static strAuto Trait Implementations§
impl Freeze for CommitInfo
impl RefUnwindSafe for CommitInfo
impl Send for CommitInfo
impl Sync for CommitInfo
impl Unpin for CommitInfo
impl UnwindSafe for CommitInfo
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