Struct jj_lib::working_copy::SnapshotOptions
source · pub struct SnapshotOptions<'a> {
pub base_ignores: Arc<GitIgnoreFile>,
pub fsmonitor_kind: Option<FsmonitorKind>,
pub progress: Option<&'a SnapshotProgress<'a>>,
pub max_new_file_size: u64,
}
Fields§
§base_ignores: Arc<GitIgnoreFile>
§fsmonitor_kind: Option<FsmonitorKind>
§progress: Option<&'a SnapshotProgress<'a>>
§max_new_file_size: u64
Implementations§
source§impl SnapshotOptions<'_>
impl SnapshotOptions<'_>
pub fn empty_for_test() -> Self
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for SnapshotOptions<'a>
impl<'a> Send for SnapshotOptions<'a>
impl<'a> Sync for SnapshotOptions<'a>
impl<'a> Unpin for SnapshotOptions<'a>
impl<'a> !UnwindSafe for SnapshotOptions<'a>
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