pub struct GraphTruncation {
pub nodes_dropped: usize,
pub edges_dropped: usize,
}Fields§
§nodes_dropped: usize§edges_dropped: usizeTrait Implementations§
Source§impl Clone for GraphTruncation
impl Clone for GraphTruncation
Source§fn clone(&self) -> GraphTruncation
fn clone(&self) -> GraphTruncation
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 moreSource§impl Debug for GraphTruncation
impl Debug for GraphTruncation
Source§impl<'de> Deserialize<'de> for GraphTruncation
impl<'de> Deserialize<'de> for GraphTruncation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GraphTruncation
impl PartialEq for GraphTruncation
Source§impl Serialize for GraphTruncation
impl Serialize for GraphTruncation
impl StructuralPartialEq for GraphTruncation
Auto Trait Implementations§
impl Freeze for GraphTruncation
impl RefUnwindSafe for GraphTruncation
impl Send for GraphTruncation
impl Sync for GraphTruncation
impl Unpin for GraphTruncation
impl UnsafeUnpin for GraphTruncation
impl UnwindSafe for GraphTruncation
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