pub enum EdgeWeightType {
Show 13 variants
Explicit,
Euc2d,
Euc3d,
Max2d,
Max3d,
Man2d,
Man3d,
Ceil2d,
Geo,
Att,
Xray1,
Xray2,
Special,
}Variants§
Trait Implementations§
Source§impl Clone for EdgeWeightType
impl Clone for EdgeWeightType
Source§fn clone(&self) -> EdgeWeightType
fn clone(&self) -> EdgeWeightType
Returns a duplicate of the value. Read more
1.0.0 · 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 EdgeWeightType
impl Debug for EdgeWeightType
Source§impl Ord for EdgeWeightType
impl Ord for EdgeWeightType
Source§fn cmp(&self, other: &EdgeWeightType) -> Ordering
fn cmp(&self, other: &EdgeWeightType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EdgeWeightType
impl PartialEq for EdgeWeightType
Source§impl PartialOrd for EdgeWeightType
impl PartialOrd for EdgeWeightType
impl Copy for EdgeWeightType
impl Eq for EdgeWeightType
impl StructuralPartialEq for EdgeWeightType
Auto Trait Implementations§
impl Freeze for EdgeWeightType
impl RefUnwindSafe for EdgeWeightType
impl Send for EdgeWeightType
impl Sync for EdgeWeightType
impl Unpin for EdgeWeightType
impl UnwindSafe for EdgeWeightType
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