pub struct StudyInfo {
pub id: String,
pub patient_name: String,
pub description: String,
pub tier: CacheTier,
pub memory_bytes: usize,
pub age_secs: u64,
}Expand description
Study info for listing
Fields§
§id: String§patient_name: String§description: String§tier: CacheTier§memory_bytes: usize§age_secs: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for StudyInfo
impl RefUnwindSafe for StudyInfo
impl Send for StudyInfo
impl Sync for StudyInfo
impl Unpin for StudyInfo
impl UnwindSafe for StudyInfo
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