Struct dsntk_model::RuleAnnotationClause
source · pub struct RuleAnnotationClause {
pub name: String,
}Expand description
Fields§
§name: StringName that is used as the name of the rule annotation column of the containing decision table.
Trait Implementations§
source§impl Clone for RuleAnnotationClause
impl Clone for RuleAnnotationClause
source§fn clone(&self) -> RuleAnnotationClause
fn clone(&self) -> RuleAnnotationClause
Returns a copy 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 RuleAnnotationClause
impl Debug for RuleAnnotationClause
source§impl PartialEq for RuleAnnotationClause
impl PartialEq for RuleAnnotationClause
source§fn eq(&self, other: &RuleAnnotationClause) -> bool
fn eq(&self, other: &RuleAnnotationClause) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for RuleAnnotationClause
impl StructuralEq for RuleAnnotationClause
impl StructuralPartialEq for RuleAnnotationClause
Auto Trait Implementations§
impl RefUnwindSafe for RuleAnnotationClause
impl Send for RuleAnnotationClause
impl Sync for RuleAnnotationClause
impl Unpin for RuleAnnotationClause
impl UnwindSafe for RuleAnnotationClause
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.