pub struct CommitGraphLayer {
pub path: PathBuf,
/* private fields */
}Expand description
One layer from .git/objects/info/commit-graph or commit-graphs/<hash>.graph.
Fields§
§path: PathBufImplementations§
Trait Implementations§
Source§impl Clone for CommitGraphLayer
impl Clone for CommitGraphLayer
Source§fn clone(&self) -> CommitGraphLayer
fn clone(&self) -> CommitGraphLayer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CommitGraphLayer
impl RefUnwindSafe for CommitGraphLayer
impl Send for CommitGraphLayer
impl Sync for CommitGraphLayer
impl Unpin for CommitGraphLayer
impl UnsafeUnpin for CommitGraphLayer
impl UnwindSafe for CommitGraphLayer
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