pub struct ExpiredEntry {
pub name: String,
pub wip_ref: String,
pub age_days: i64,
}Fields§
§name: String§wip_ref: String§age_days: i64Auto Trait Implementations§
impl Freeze for ExpiredEntry
impl RefUnwindSafe for ExpiredEntry
impl Send for ExpiredEntry
impl Sync for ExpiredEntry
impl Unpin for ExpiredEntry
impl UnsafeUnpin for ExpiredEntry
impl UnwindSafe for ExpiredEntry
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