pub struct Args {
pub file_path: String,
pub should_use_full_commit_hash: bool,
pub beyond_last_line: bool,
pub should_emphasize_diff: bool,
pub user_for_name: UserType,
pub user_for_date: UserType,
pub date_format: String,
pub tab_spaces: String,
}
Fields§
§file_path: String
§should_use_full_commit_hash: bool
§beyond_last_line: bool
§should_emphasize_diff: bool
§user_for_name: UserType
§user_for_date: UserType
§date_format: String
§tab_spaces: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Args
impl RefUnwindSafe for Args
impl Send for Args
impl Sync for Args
impl Unpin for Args
impl UnwindSafe for Args
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