pub struct Award {
pub award_time: DateTime<Utc>,
}Fields§
§award_time: DateTime<Utc>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Award
impl RefUnwindSafe for Award
impl Send for Award
impl Sync for Award
impl Unpin for Award
impl UnwindSafe for Award
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