pub struct Input {Show 21 fields
pub url: Option<FHIRUri>,
pub valueSet: Option<ValueSet>,
pub valueSetVersion: Option<FHIRString>,
pub context: Option<FHIRUri>,
pub contextDirection: Option<FHIRCode>,
pub filter: Option<FHIRString>,
pub date: Option<FHIRDateTime>,
pub offset: Option<FHIRInteger>,
pub count: Option<FHIRInteger>,
pub includeDesignations: Option<FHIRBoolean>,
pub designation: Option<Vec<FHIRString>>,
pub includeDefinition: Option<FHIRBoolean>,
pub activeOnly: Option<FHIRBoolean>,
pub excludeNested: Option<FHIRBoolean>,
pub excludeNotForUI: Option<FHIRBoolean>,
pub excludePostCoordinated: Option<FHIRBoolean>,
pub displayLanguage: Option<FHIRCode>,
pub exclude_system: Option<Vec<FHIRString>>,
pub system_version: Option<Vec<FHIRString>>,
pub check_system_version: Option<Vec<FHIRString>>,
pub force_system_version: Option<Vec<FHIRString>>,
}Fields§
§url: Option<FHIRUri>§valueSet: Option<ValueSet>§valueSetVersion: Option<FHIRString>§context: Option<FHIRUri>§contextDirection: Option<FHIRCode>§filter: Option<FHIRString>§date: Option<FHIRDateTime>§offset: Option<FHIRInteger>§count: Option<FHIRInteger>§includeDesignations: Option<FHIRBoolean>§designation: Option<Vec<FHIRString>>§includeDefinition: Option<FHIRBoolean>§activeOnly: Option<FHIRBoolean>§excludeNested: Option<FHIRBoolean>§excludeNotForUI: Option<FHIRBoolean>§excludePostCoordinated: Option<FHIRBoolean>§displayLanguage: Option<FHIRCode>§exclude_system: Option<Vec<FHIRString>>§system_version: Option<Vec<FHIRString>>§check_system_version: Option<Vec<FHIRString>>§force_system_version: Option<Vec<FHIRString>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Input
impl RefUnwindSafe for Input
impl Send for Input
impl Sync for Input
impl Unpin for Input
impl UnwindSafe for Input
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more