pub enum HlEdge {
Heavy(usize, usize),
Light(usize, usize),
}
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq<HlEdge> for HlEdge
impl PartialEq<HlEdge> for HlEdge
impl Copy for HlEdge
impl Eq for HlEdge
impl StructuralEq for HlEdge
impl StructuralPartialEq for HlEdge
Auto Trait Implementations§
impl RefUnwindSafe for HlEdge
impl Send for HlEdge
impl Sync for HlEdge
impl Unpin for HlEdge
impl UnwindSafe for HlEdge
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