pub struct RepositoryState { /* private fields */ }Implementations§
Source§impl RepositoryState
impl RepositoryState
pub fn root(&self) -> &Path
pub const fn snapshot(&self) -> &Snapshot
pub fn graph(&self) -> &Graph
pub const fn build_time(&self) -> Duration
pub const fn scan_report(&self) -> &ScanReport
Trait Implementations§
Source§impl Clone for RepositoryState
impl Clone for RepositoryState
Source§fn clone(&self) -> RepositoryState
fn clone(&self) -> RepositoryState
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 moreAuto Trait Implementations§
impl Freeze for RepositoryState
impl RefUnwindSafe for RepositoryState
impl Send for RepositoryState
impl Sync for RepositoryState
impl Unpin for RepositoryState
impl UnsafeUnpin for RepositoryState
impl UnwindSafe for RepositoryState
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