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