Struct dsntk_recognizer::RuleAnnotationClause
source · pub struct RuleAnnotationClause {
pub name: String,
}Expand description
Represents a rule annotation clause.
Fields§
§name: StringName that is used as the name of the rule annotation column of the containing decision table.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RuleAnnotationClause
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