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