pub enum Implication {
Clip,
Product,
}Expand description
Implication modes supported by a Mamdani rule.
Variants§
Auto Trait Implementations§
impl Freeze for Implication
impl RefUnwindSafe for Implication
impl Send for Implication
impl Sync for Implication
impl Unpin for Implication
impl UnwindSafe for Implication
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