pub struct Achievement {
pub description: String,
pub impact: String,
}Fields§
§description: String§impact: StringTrait Implementations§
Source§impl Debug for Achievement
impl Debug for Achievement
Auto Trait Implementations§
impl Freeze for Achievement
impl RefUnwindSafe for Achievement
impl Send for Achievement
impl Sync for Achievement
impl Unpin for Achievement
impl UnsafeUnpin for Achievement
impl UnwindSafe for Achievement
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