pub enum ScoreBound {
Lowerbound,
Upperbound,
}Variants§
Trait Implementations§
Source§impl Clone for ScoreBound
impl Clone for ScoreBound
Source§fn clone(&self) -> ScoreBound
fn clone(&self) -> ScoreBound
Returns a copy 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 ScoreBound
impl Debug for ScoreBound
Source§impl PartialEq for ScoreBound
impl PartialEq for ScoreBound
impl Copy for ScoreBound
impl Eq for ScoreBound
impl StructuralPartialEq for ScoreBound
Auto Trait Implementations§
impl Freeze for ScoreBound
impl RefUnwindSafe for ScoreBound
impl Send for ScoreBound
impl Sync for ScoreBound
impl Unpin for ScoreBound
impl UnwindSafe for ScoreBound
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