pub struct DocumentReferenceContentBackboneElement {
pub id: Option<String>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub attachment: Option<Attachment>,
pub profile: Option<Vec<DocumentReferenceContentProfileBackboneElement>>,
}
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
attachment: Option<Attachment>
Where to access the document
profile: Option<Vec<DocumentReferenceContentProfileBackboneElement>>
Content profile rules for the document
Trait Implementations§
Source§impl Clone for DocumentReferenceContentBackboneElement
impl Clone for DocumentReferenceContentBackboneElement
Source§fn clone(&self) -> DocumentReferenceContentBackboneElement
fn clone(&self) -> DocumentReferenceContentBackboneElement
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 DocumentReferenceContentBackboneElement
impl Default for DocumentReferenceContentBackboneElement
Source§fn default() -> DocumentReferenceContentBackboneElement
fn default() -> DocumentReferenceContentBackboneElement
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DocumentReferenceContentBackboneElement
impl<'de> Deserialize<'de> for DocumentReferenceContentBackboneElement
fn deserialize<De>(deserializer: De) -> Result<Self>where
De: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for DocumentReferenceContentBackboneElement
impl RefUnwindSafe for DocumentReferenceContentBackboneElement
impl Send for DocumentReferenceContentBackboneElement
impl Sync for DocumentReferenceContentBackboneElement
impl Unpin for DocumentReferenceContentBackboneElement
impl UnwindSafe for DocumentReferenceContentBackboneElement
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