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