pub struct WeightedEdge {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for WeightedEdge
impl RefUnwindSafe for WeightedEdge
impl Send for WeightedEdge
impl Sync for WeightedEdge
impl Unpin for WeightedEdge
impl UnwindSafe for WeightedEdge
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