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