pub struct SnapshotRequest {
pub materialization: RequestMode,
}Expand description
The materialization request. git-objects pairs with mode commit-pair
and index with mode index; the pairing law is checked against the
evaluation request by the consumer, since each request parses alone.
Fields§
§materialization: RequestModeImplementations§
Trait Implementations§
Source§impl Clone for SnapshotRequest
impl Clone for SnapshotRequest
Source§fn clone(&self) -> SnapshotRequest
fn clone(&self) -> SnapshotRequest
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 moreimpl Copy for SnapshotRequest
Source§impl Debug for SnapshotRequest
impl Debug for SnapshotRequest
impl Eq for SnapshotRequest
Source§impl PartialEq for SnapshotRequest
impl PartialEq for SnapshotRequest
impl StructuralPartialEq for SnapshotRequest
Auto Trait Implementations§
impl Freeze for SnapshotRequest
impl RefUnwindSafe for SnapshotRequest
impl Send for SnapshotRequest
impl Sync for SnapshotRequest
impl Unpin for SnapshotRequest
impl UnsafeUnpin for SnapshotRequest
impl UnwindSafe for SnapshotRequest
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