pub struct ValueScore {
pub value: u8,
pub value_name: String,
}Fields§
§value: u8§value_name: StringTrait Implementations§
Source§impl Debug for ValueScore
impl Debug for ValueScore
Source§impl PartialEq for ValueScore
impl PartialEq for ValueScore
impl StructuralPartialEq for ValueScore
Auto Trait Implementations§
impl Freeze for ValueScore
impl RefUnwindSafe for ValueScore
impl Send for ValueScore
impl Sync for ValueScore
impl Unpin for ValueScore
impl UnsafeUnpin for ValueScore
impl UnwindSafe for ValueScore
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