pub enum HistorySupplement {
Default,
Minimum,
Moderate,
Maximum,
Subset(Box<ExpressionConstraint>),
}Expand description
historysupplement.
Variants§
Default
{{ + HISTORY }}, the default profile.
Minimum
{{ + HISTORY-MIN }}.
Moderate
{{ + HISTORY-MOD }}.
Maximum
{{ + HISTORY-MAX }}.
Subset(Box<ExpressionConstraint>)
{{ + HISTORY ( constraint ) }}: the association reference sets.
Trait Implementations§
Source§impl Clone for HistorySupplement
impl Clone for HistorySupplement
Source§fn clone(&self) -> HistorySupplement
fn clone(&self) -> HistorySupplement
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HistorySupplement
impl Debug for HistorySupplement
Source§impl Display for HistorySupplement
impl Display for HistorySupplement
impl Eq for HistorySupplement
Source§impl Hash for HistorySupplement
impl Hash for HistorySupplement
Source§impl PartialEq for HistorySupplement
impl PartialEq for HistorySupplement
impl StructuralPartialEq for HistorySupplement
Auto Trait Implementations§
impl Freeze for HistorySupplement
impl RefUnwindSafe for HistorySupplement
impl Send for HistorySupplement
impl Sync for HistorySupplement
impl Unpin for HistorySupplement
impl UnsafeUnpin for HistorySupplement
impl UnwindSafe for HistorySupplement
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