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