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