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