pub struct AgsiObservationSet { /* private fields */ }Implementations§
Source§impl AgsiObservationSet
impl AgsiObservationSet
pub fn agsi_data_property_from_file<T>(self, value: T) -> Self
pub fn agsi_geometry_from_file<T>(self, value: T) -> Self
pub fn agsi_observation_exp_hole<T>(self, value: T) -> Self
pub fn agsi_observation_point<T>(self, value: T) -> Self
pub fn agsi_observation_shape<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn document_set_id<T>(self, value: T) -> Self
pub fn investigation_id<T>(self, value: T) -> Self
pub fn observation_set_id<T>(self, value: T) -> Self
pub fn remarks<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for AgsiObservationSet
impl Clone for AgsiObservationSet
Source§fn clone(&self) -> AgsiObservationSet
fn clone(&self) -> AgsiObservationSet
Returns a duplicate 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 AgsiObservationSet
impl Debug for AgsiObservationSet
Source§impl Default for AgsiObservationSet
impl Default for AgsiObservationSet
Source§impl From<AgsiObservationSet> for AgsiObservationSet
impl From<AgsiObservationSet> for AgsiObservationSet
Source§fn from(value: AgsiObservationSet) -> Self
fn from(value: AgsiObservationSet) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AgsiObservationSet> for AgsiObservationSet
impl TryFrom<AgsiObservationSet> for AgsiObservationSet
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AgsiObservationSet) -> Result<Self, ConversionError>
fn try_from(value: AgsiObservationSet) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AgsiObservationSet
impl RefUnwindSafe for AgsiObservationSet
impl Send for AgsiObservationSet
impl Sync for AgsiObservationSet
impl Unpin for AgsiObservationSet
impl UnsafeUnpin for AgsiObservationSet
impl UnwindSafe for AgsiObservationSet
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