pub struct MicrobeamManipulation {
pub id: String,
pub type: Option<MicrobeamManipulationType>,
pub description: Option<String>,
pub roi_ref: Vec<AnnotationRef>,
pub experimenter_ref: AnnotationRef,
pub light_source_settings: Vec<LightSourceSettings>,
}Fields§
§id: String§type: Option<MicrobeamManipulationType>§description: Option<String>§roi_ref: Vec<AnnotationRef>§experimenter_ref: AnnotationRef§light_source_settings: Vec<LightSourceSettings>Trait Implementations§
Source§impl Clone for MicrobeamManipulation
impl Clone for MicrobeamManipulation
Source§fn clone(&self) -> MicrobeamManipulation
fn clone(&self) -> MicrobeamManipulation
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MicrobeamManipulation
impl Debug for MicrobeamManipulation
Source§impl<'de> Deserialize<'de> for MicrobeamManipulation
impl<'de> Deserialize<'de> for MicrobeamManipulation
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 MicrobeamManipulation
impl RefUnwindSafe for MicrobeamManipulation
impl Send for MicrobeamManipulation
impl Sync for MicrobeamManipulation
impl Unpin for MicrobeamManipulation
impl UnwindSafe for MicrobeamManipulation
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