pub struct maxBaseScore;
Trait Implementations§
Source§impl Field for maxBaseScore
impl Field for maxBaseScore
Auto Trait Implementations§
impl Freeze for maxBaseScore
impl RefUnwindSafe for maxBaseScore
impl Send for maxBaseScore
impl Sync for maxBaseScore
impl Unpin for maxBaseScore
impl UnwindSafe for maxBaseScore
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