pub struct ElementDefinition(pub Box<ElementDefinitionInner>);
Expand description
ElementDefinition Type: Captures constraints on each element within the resource, profile, or extension.
ElementDefinition v5.0.0
Definition of an element in a resource or extension
Captures constraints on each element within the resource, profile, or extension.
Tuple Fields§
§0: Box<ElementDefinitionInner>
Implementations§
Source§impl ElementDefinition
impl ElementDefinition
Sourcepub fn builder() -> ElementDefinitionBuilder
pub fn builder() -> ElementDefinitionBuilder
Start building an instance.
Trait Implementations§
Source§impl Clone for ElementDefinition
impl Clone for ElementDefinition
Source§fn clone(&self) -> ElementDefinition
fn clone(&self) -> ElementDefinition
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 Debug for ElementDefinition
impl Debug for ElementDefinition
Source§impl Deref for ElementDefinition
impl Deref for ElementDefinition
Source§type Target = ElementDefinitionInner
type Target = ElementDefinitionInner
The resulting type after dereferencing.
Source§impl DerefMut for ElementDefinition
impl DerefMut for ElementDefinition
Source§impl<'de> Deserialize<'de> for ElementDefinition
impl<'de> Deserialize<'de> for ElementDefinition
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ElementDefinition, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ElementDefinition, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ElementDefinitionInner> for ElementDefinition
impl From<ElementDefinitionInner> for ElementDefinition
Source§fn from(inner: ElementDefinitionInner) -> ElementDefinition
fn from(inner: ElementDefinitionInner) -> ElementDefinition
Converts to this type from the input type.
Source§impl PartialEq for ElementDefinition
impl PartialEq for ElementDefinition
Source§impl Serialize for ElementDefinition
impl Serialize for ElementDefinition
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for ElementDefinition
Auto Trait Implementations§
impl Freeze for ElementDefinition
impl RefUnwindSafe for ElementDefinition
impl Send for ElementDefinition
impl Sync for ElementDefinition
impl Unpin for ElementDefinition
impl UnwindSafe for ElementDefinition
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