pub struct Integer64Dt {
pub id: Option<String>,
pub extension: Option<Vec<Extension>>,
pub value: Option<Integer64>,
}
Fields§
§id: Option<String>
xml:id (or equivalent in JSON)
extension: Option<Vec<Extension>>
Additional content defined by implementations
value: Option<Integer64>
Primitive value for integer64
Trait Implementations§
Source§impl Clone for Integer64Dt
impl Clone for Integer64Dt
Source§fn clone(&self) -> Integer64Dt
fn clone(&self) -> Integer64Dt
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 Compare for Integer64Dt
impl Compare for Integer64Dt
Source§impl Convert for Integer64Dt
impl Convert for Integer64Dt
fn to_integer(&self) -> Result<Integer>
fn to_decimal(&self) -> Result<Decimal>
fn to_strings(&self) -> Result<String>
fn to_datetime(&self) -> Result<DateTime>
fn to_boolean(&self) -> Result<Boolean>
Source§impl Debug for Integer64Dt
impl Debug for Integer64Dt
Source§impl<'de> Deserialize<'de> for Integer64Dt
impl<'de> Deserialize<'de> for Integer64Dt
fn deserialize<De>(deserializer: De) -> Result<Self>where
De: Deserializer<'de>,
Source§impl Display for Integer64Dt
impl Display for Integer64Dt
Source§impl Element for Integer64Dt
impl Element for Integer64Dt
Source§impl Executor for Integer64Dt
impl Executor for Integer64Dt
fn element(&self, symbol: &String, index: &Option<usize>) -> Result<Collection>
fn to_collection(&self, _index: &Option<usize>) -> Collection
fn child(&self, _index: usize) -> Result<Collection>
Source§impl From<i16> for Integer64Dt
impl From<i16> for Integer64Dt
Source§impl From<i32> for Integer64Dt
impl From<i32> for Integer64Dt
Source§impl From<i64> for Integer64Dt
impl From<i64> for Integer64Dt
Source§impl From<i8> for Integer64Dt
impl From<i8> for Integer64Dt
Source§impl FromStr for Integer64Dt
impl FromStr for Integer64Dt
Source§impl Primitive for Integer64Dt
impl Primitive for Integer64Dt
Source§impl Serialize for Integer64Dt
impl Serialize for Integer64Dt
impl DataType for Integer64Dt
Auto Trait Implementations§
impl Freeze for Integer64Dt
impl RefUnwindSafe for Integer64Dt
impl Send for Integer64Dt
impl Sync for Integer64Dt
impl Unpin for Integer64Dt
impl UnwindSafe for Integer64Dt
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