pub enum ScoreNorm {
MinDegree,
MaxDegree,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScoreNorm
impl RefUnwindSafe for ScoreNorm
impl Send for ScoreNorm
impl Sync for ScoreNorm
impl Unpin for ScoreNorm
impl UnwindSafe for ScoreNorm
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