Struct git_scanner::git_file_history::FileHistoryEntry [−][src]
For each file we just keep a simplified history - what the changes were, by whom, and when.
Fields
id: Stringcommitter: Usercommit_time: u64change: CommitChangelines_added: u64lines_deleted: u64Trait Implementations
impl Debug for FileHistoryEntry[src]
impl Serialize for FileHistoryEntry[src]
Auto Trait Implementations
impl RefUnwindSafe for FileHistoryEntry
impl Send for FileHistoryEntry
impl Sync for FileHistoryEntry
impl Unpin for FileHistoryEntry
impl UnwindSafe for FileHistoryEntry
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Serialize for T where
T: Serialize + ?Sized, [src]
T: Serialize + ?Sized,
pub fn erased_serialize(
&self,
serializer: &mut dyn Serializer
) -> Result<Ok, Error>[src]
&self,
serializer: &mut dyn Serializer
) -> Result<Ok, Error>
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,