pub struct BinaryTrust(/* private fields */);Expand description
Implementation of the Binary Trust semiring ({0,1}, OR, AND, False, True)
Implementations§
Source§impl BinaryTrust
impl BinaryTrust
Trait Implementations§
Source§impl Addition<BinaryTrust> for BinaryTrust
Implementation of the addition trait for the Binary Trust semiring.
impl Addition<BinaryTrust> for BinaryTrust
Implementation of the addition trait for the Binary Trust semiring.
Source§impl Debug for BinaryTrust
impl Debug for BinaryTrust
Source§impl Default for BinaryTrust
impl Default for BinaryTrust
Source§impl Multiplication<BinaryTrust> for BinaryTrust
Implementation of the multiplication trait for the Binary Trust semiring.
impl Multiplication<BinaryTrust> for BinaryTrust
Implementation of the multiplication trait for the Binary Trust semiring.
Source§impl One<bool> for BinaryTrust
Implementation of Identity for multiplication.
impl One<bool> for BinaryTrust
Implementation of Identity for multiplication.
Source§impl PartialEq for BinaryTrust
impl PartialEq for BinaryTrust
Source§impl Zero<bool> for BinaryTrust
Implementation of Identity for addition.
impl Zero<bool> for BinaryTrust
Implementation of Identity for addition.