pub struct SparseCheckout {
pub patterns: Vec<Vec<u8>>,
pub sparse_index: bool,
}Fields§
§patterns: Vec<Vec<u8>>§sparse_index: boolTrait Implementations§
Source§impl Clone for SparseCheckout
impl Clone for SparseCheckout
Source§fn clone(&self) -> SparseCheckout
fn clone(&self) -> SparseCheckout
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SparseCheckout
impl Debug for SparseCheckout
impl Eq for SparseCheckout
Source§impl PartialEq for SparseCheckout
impl PartialEq for SparseCheckout
Source§fn eq(&self, other: &SparseCheckout) -> bool
fn eq(&self, other: &SparseCheckout) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SparseCheckout
Auto Trait Implementations§
impl Freeze for SparseCheckout
impl RefUnwindSafe for SparseCheckout
impl Send for SparseCheckout
impl Sync for SparseCheckout
impl Unpin for SparseCheckout
impl UnsafeUnpin for SparseCheckout
impl UnwindSafe for SparseCheckout
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