Struct h3ron_graph::graph::EdgeWeight
source · [−]Fields
weight: Wlongedge: Option<(&'a LongEdge, W)>Trait Implementations
Auto Trait Implementations
impl<'a, W> RefUnwindSafe for EdgeWeight<'a, W> where
W: RefUnwindSafe,
impl<'a, W> Send for EdgeWeight<'a, W> where
W: Send,
impl<'a, W> Sync for EdgeWeight<'a, W> where
W: Sync,
impl<'a, W> Unpin for EdgeWeight<'a, W> where
W: Unpin,
impl<'a, W> UnwindSafe for EdgeWeight<'a, W> where
W: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more