pub struct EdgeCounts { /* private fields */ }Expand description
Number of incoming and outgoing edges.
This is used during streaming – a clone of the relevant edge counts is decremented each time.
Implementations§
Trait Implementations§
Source§impl Clone for EdgeCounts
impl Clone for EdgeCounts
Source§fn clone(&self) -> EdgeCounts
fn clone(&self) -> EdgeCounts
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 moreSource§impl Debug for EdgeCounts
impl Debug for EdgeCounts
Source§impl Default for EdgeCounts
impl Default for EdgeCounts
Source§fn default() -> EdgeCounts
fn default() -> EdgeCounts
Returns the “default value” for a type. Read more
Source§impl PartialEq for EdgeCounts
impl PartialEq for EdgeCounts
impl Eq for EdgeCounts
impl StructuralPartialEq for EdgeCounts
Auto Trait Implementations§
impl Freeze for EdgeCounts
impl RefUnwindSafe for EdgeCounts
impl Send for EdgeCounts
impl Sync for EdgeCounts
impl Unpin for EdgeCounts
impl UnwindSafe for EdgeCounts
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.