Struct h3ron_graph::graph::GraphStats
source · [−]Fields
h3_resolution: u8num_nodes: usizenum_edges: usizeTrait Implementations
sourceimpl Serialize for GraphStats
impl Serialize for GraphStats
Auto Trait Implementations
impl RefUnwindSafe for GraphStats
impl Send for GraphStats
impl Sync for GraphStats
impl Unpin for GraphStats
impl UnwindSafe for GraphStats
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more