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