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