pub struct BundleEntryResponseBackboneElement {
pub id: Option<String>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub status: Option<StringDt>,
pub location: Option<UriDt>,
pub etag: Option<StringDt>,
pub last_modified: Option<InstantDt>,
pub outcome: Option<AnyResource>,
}
Fields§
§id: Option<String>
Unique id for inter-element referencing
extension: Option<Vec<Extension>>
Additional content defined by implementations
modifier_extension: Option<Vec<Extension>>
Extensions that cannot be ignored even if unrecognized
status: Option<StringDt>
Status response code (text optional)
location: Option<UriDt>
The location (if the operation returns a location)
etag: Option<StringDt>
The Etag for the resource (if relevant)
last_modified: Option<InstantDt>
Server’s date time modified
outcome: Option<AnyResource>
OperationOutcome with hints and warnings (for batch/transaction)
Trait Implementations§
Source§impl Clone for BundleEntryResponseBackboneElement
impl Clone for BundleEntryResponseBackboneElement
Source§fn clone(&self) -> BundleEntryResponseBackboneElement
fn clone(&self) -> BundleEntryResponseBackboneElement
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 Default for BundleEntryResponseBackboneElement
impl Default for BundleEntryResponseBackboneElement
Source§fn default() -> BundleEntryResponseBackboneElement
fn default() -> BundleEntryResponseBackboneElement
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BundleEntryResponseBackboneElement
impl<'de> Deserialize<'de> for BundleEntryResponseBackboneElement
fn deserialize<De>(deserializer: De) -> Result<Self>where
De: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for BundleEntryResponseBackboneElement
impl RefUnwindSafe for BundleEntryResponseBackboneElement
impl Send for BundleEntryResponseBackboneElement
impl Sync for BundleEntryResponseBackboneElement
impl Unpin for BundleEntryResponseBackboneElement
impl UnwindSafe for BundleEntryResponseBackboneElement
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