pub enum DialectIdValue {
Expression(SubExpressionConstraint),
Set(Vec<(ConceptReference, Option<AcceptabilitySet>)>),
}Expand description
The value of a dialectidfilter.
Variants§
Expression(SubExpressionConstraint)
A constraint.
Set(Vec<(ConceptReference, Option<AcceptabilitySet>)>)
( ref [acceptability] ... ), one or more.
Trait Implementations§
Source§impl Clone for DialectIdValue
impl Clone for DialectIdValue
Source§fn clone(&self) -> DialectIdValue
fn clone(&self) -> DialectIdValue
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 DialectIdValue
impl Debug for DialectIdValue
Source§impl Display for DialectIdValue
impl Display for DialectIdValue
impl Eq for DialectIdValue
Source§impl Hash for DialectIdValue
impl Hash for DialectIdValue
Source§impl PartialEq for DialectIdValue
impl PartialEq for DialectIdValue
impl StructuralPartialEq for DialectIdValue
Auto Trait Implementations§
impl Freeze for DialectIdValue
impl RefUnwindSafe for DialectIdValue
impl Send for DialectIdValue
impl Sync for DialectIdValue
impl Unpin for DialectIdValue
impl UnsafeUnpin for DialectIdValue
impl UnwindSafe for DialectIdValue
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