pub struct OperatorG(pub Box<Property>);Tuple Fields§
§0: Box<Property>Implementations§
Source§impl OperatorG
impl OperatorG
pub fn pnf_with_complement(&self) -> OperatorF
pub fn pnf_no_complement(&self) -> Self
Trait Implementations§
Source§impl<'de> Deserialize<'de> for OperatorG
impl<'de> Deserialize<'de> for OperatorG
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for OperatorG
impl StructuralPartialEq for OperatorG
Auto Trait Implementations§
impl Freeze for OperatorG
impl RefUnwindSafe for OperatorG
impl Send for OperatorG
impl Sync for OperatorG
impl Unpin for OperatorG
impl UnwindSafe for OperatorG
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