Struct asyncgit::DiffParams [−][src]
pub struct DiffParams {
pub path: String,
pub diff_type: DiffType,
pub options: DiffOptions,
}
Expand description
Fields
path: String
path to the file to diff
diff_type: DiffType
what kind of diff
options: DiffOptions
diff options
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DiffParams
impl Send for DiffParams
impl Sync for DiffParams
impl Unpin for DiffParams
impl UnwindSafe for DiffParams
Blanket Implementations
Mutably borrows from an owned value. Read more
Cast to integer, truncating Read more
Cast to the nearest integer Read more
Cast the floor to an integer Read more
Try converting to integer with truncation Read more
Try converting to the nearest integer Read more
Try converting the floor to an integer Read more
Try convert the ceiling to an integer Read more