pub struct EdgeStatistics {
pub total_edges: u64,
pub max_edge_id: NativeEdgeId,
pub allocated_ids: u64,
}Expand description
Edge statistics and metadata
Fields§
§total_edges: u64§max_edge_id: NativeEdgeId§allocated_ids: u64Trait Implementations§
Source§impl Clone for EdgeStatistics
impl Clone for EdgeStatistics
Source§fn clone(&self) -> EdgeStatistics
fn clone(&self) -> EdgeStatistics
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 EdgeStatistics
impl RefUnwindSafe for EdgeStatistics
impl Send for EdgeStatistics
impl Sync for EdgeStatistics
impl Unpin for EdgeStatistics
impl UnwindSafe for EdgeStatistics
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