pub struct Populated {
pub age: Age,
}Expand description
Source context for populated entry.
Fields§
§age: AgeThe age of the entry.
Trait Implementations§
impl Copy for Populated
impl Eq for Populated
impl StructuralPartialEq for Populated
Auto Trait Implementations§
impl Freeze for Populated
impl RefUnwindSafe for Populated
impl Send for Populated
impl Sync for Populated
impl Unpin for Populated
impl UnwindSafe for Populated
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