pub struct Image {Show 15 fields
pub id: String,
pub name: Option<String>,
pub acquisition_date: Option<String>,
pub experimenter_ref: Option<AnnotationRef>,
pub description: Option<String>,
pub experiment_ref: Option<AnnotationRef>,
pub experimenter_group_ref: Option<AnnotationRef>,
pub instrument_ref: Option<AnnotationRef>,
pub objective_settings: Option<ObjectiveSettings>,
pub imaging_environment: Option<ImagingEnvironment>,
pub stage_label: Option<StageLabel>,
pub pixels: Pixels,
pub roi_ref: Vec<AnnotationRef>,
pub microbeam_manipulation_ref: Vec<AnnotationRef>,
pub annotation_ref: Vec<AnnotationRef>,
}Fields§
§id: String§name: Option<String>§acquisition_date: Option<String>§experimenter_ref: Option<AnnotationRef>§description: Option<String>§experiment_ref: Option<AnnotationRef>§experimenter_group_ref: Option<AnnotationRef>§instrument_ref: Option<AnnotationRef>§objective_settings: Option<ObjectiveSettings>§imaging_environment: Option<ImagingEnvironment>§stage_label: Option<StageLabel>§pixels: Pixels§roi_ref: Vec<AnnotationRef>§microbeam_manipulation_ref: Vec<AnnotationRef>§annotation_ref: Vec<AnnotationRef>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Image
impl<'de> Deserialize<'de> for Image
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Image
impl RefUnwindSafe for Image
impl Send for Image
impl Sync for Image
impl Unpin for Image
impl UnwindSafe for Image
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