Struct project2::worktree::EntrySummary
source · pub struct EntrySummary { /* private fields */ }
Trait Implementations§
source§impl Clone for EntrySummary
impl Clone for EntrySummary
source§fn clone(&self) -> EntrySummary
fn clone(&self) -> EntrySummary
Returns a copy 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 moresource§impl Debug for EntrySummary
impl Debug for EntrySummary
source§impl Default for EntrySummary
impl Default for EntrySummary
source§impl<'a> Dimension<'a, EntrySummary> for PathKey
impl<'a> Dimension<'a, EntrySummary> for PathKey
fn add_summary(&mut self, summary: &'a EntrySummary, _: &())
fn from_summary(summary: &'a S, cx: &<S as Summary>::Context) -> Self
Auto Trait Implementations§
impl RefUnwindSafe for EntrySummary
impl Send for EntrySummary
impl Sync for EntrySummary
impl Unpin for EntrySummary
impl UnwindSafe for EntrySummary
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