pub struct RecentWork {
pub unit: Unit,
}Expand description
A recently closed unit.
Fields§
§unit: UnitTrait Implementations§
Auto Trait Implementations§
impl Freeze for RecentWork
impl RefUnwindSafe for RecentWork
impl Send for RecentWork
impl Sync for RecentWork
impl Unpin for RecentWork
impl UnsafeUnpin for RecentWork
impl UnwindSafe for RecentWork
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