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