pub struct AgsiModelElement { /* private fields */ }Implementations§
Source§impl AgsiModelElement
impl AgsiModelElement
pub fn agsi_data_parameter_value<T>(self, value: T) -> Self
pub fn agsi_data_property_from_file<T>(self, value: T) -> Self
pub fn agsi_data_property_summary<T>(self, value: T) -> Self
pub fn agsi_data_property_value<T>(self, value: T) -> Self
pub fn agsi_geometry<T>(self, value: T) -> Self
pub fn agsi_geometry_area_limit<T>(self, value: T) -> Self
pub fn colour_rgb<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn element_id<T>(self, value: T) -> Self
pub fn element_name<T>(self, value: T) -> Self
pub fn element_type<T>(self, value: T) -> Self
pub fn geometry_object<T>(self, value: T) -> Self
pub fn remarks<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for AgsiModelElement
impl Clone for AgsiModelElement
Source§fn clone(&self) -> AgsiModelElement
fn clone(&self) -> AgsiModelElement
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 AgsiModelElement
impl Debug for AgsiModelElement
Source§impl Default for AgsiModelElement
impl Default for AgsiModelElement
Source§impl From<AgsiModelElement> for AgsiModelElement
impl From<AgsiModelElement> for AgsiModelElement
Source§fn from(value: AgsiModelElement) -> Self
fn from(value: AgsiModelElement) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AgsiModelElement> for AgsiModelElement
impl TryFrom<AgsiModelElement> for AgsiModelElement
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AgsiModelElement) -> Result<Self, ConversionError>
fn try_from(value: AgsiModelElement) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AgsiModelElement
impl RefUnwindSafe for AgsiModelElement
impl Send for AgsiModelElement
impl Sync for AgsiModelElement
impl Unpin for AgsiModelElement
impl UnsafeUnpin for AgsiModelElement
impl UnwindSafe for AgsiModelElement
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