pub struct BetterEvaluationPlayer {}Trait Implementations§
Source§impl Display for BetterEvaluationPlayer
impl Display for BetterEvaluationPlayer
Auto Trait Implementations§
impl Freeze for BetterEvaluationPlayer
impl RefUnwindSafe for BetterEvaluationPlayer
impl Send for BetterEvaluationPlayer
impl Sync for BetterEvaluationPlayer
impl Unpin for BetterEvaluationPlayer
impl UnwindSafe for BetterEvaluationPlayer
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