Struct fhir_rs::datatype::primitive::Integer64Dt
source · 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 copy 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 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 Element for Integer64Dt
impl Element for Integer64Dt
fn has_id(&self) -> bool
fn id(&self) -> &Option<String>
fn set_id<T: Into<String>>(self, id: T) -> Self
fn has_extension(&self) -> bool
fn extension(&self) -> &Option<Vec<Extension>>
fn set_extension(self, ext: Vec<Extension>) -> Self
fn add_extension(self, ext: Extension) -> Self
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
Auto Trait Implementations§
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