Struct h3ron_graph::graph::EdgeWeight
source · [−]Fields
weight: Wlongedge: Option<(&'a LongEdge, W)>Trait Implementations
sourceimpl<'a, W: Clone> Clone for EdgeWeight<'a, W>
impl<'a, W: Clone> Clone for EdgeWeight<'a, W>
sourcefn clone(&self) -> EdgeWeight<'a, W>
fn clone(&self) -> EdgeWeight<'a, W>
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<'a, W> From<W> for EdgeWeight<'a, W>
impl<'a, W> From<W> for EdgeWeight<'a, W>
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
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