pub struct Consequent {
pub var: String,
pub term: String,
}Expand description
Output clause of a fuzzy rule referencing a linguistic variable and term.
Fields§
§var: String§term: StringAuto Trait Implementations§
impl Freeze for Consequent
impl RefUnwindSafe for Consequent
impl Send for Consequent
impl Sync for Consequent
impl Unpin for Consequent
impl UnwindSafe for Consequent
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