Struct Preview
Source pub struct Preview {
pub base_commit: String,
pub base_file_count: usize,
pub operations: Vec<Op>,
}
Expand description
Preview of staged filesystem operations.
Hash of the commit operations would be applied to
Number of files in the base commit
List of operations that would be performed
Get human-readable descriptions of all operations.
Formats the value using the given formatter.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.