pub struct AnnotationClause {
pub name: String,
}
Expand description
Represents a rule annotation clause.
Fields§
§name: String
Text that is used as the name of the rule annotation column of the containing decision table.
Trait Implementations§
Source§impl Clone for AnnotationClause
impl Clone for AnnotationClause
Source§fn clone(&self) -> AnnotationClause
fn clone(&self) -> AnnotationClause
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 AnnotationClause
impl Debug for AnnotationClause
Source§impl PartialEq for AnnotationClause
impl PartialEq for AnnotationClause
impl Eq for AnnotationClause
impl StructuralPartialEq for AnnotationClause
Auto Trait Implementations§
impl Freeze for AnnotationClause
impl RefUnwindSafe for AnnotationClause
impl Send for AnnotationClause
impl Sync for AnnotationClause
impl Unpin for AnnotationClause
impl UnwindSafe for AnnotationClause
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