pub struct EqualFact {
pub left: Obj,
pub right: Obj,
pub line_file: LineFile,
}Fields§
§left: Obj§right: Obj§line_file: LineFileImplementations§
Trait Implementations§
Source§impl From<EqualFact> for AtomicFact
impl From<EqualFact> for AtomicFact
Source§impl From<EqualFact> for ExistBodyFact
impl From<EqualFact> for ExistBodyFact
Source§impl From<EqualFact> for ExistOrAndChainAtomicFact
impl From<EqualFact> for ExistOrAndChainAtomicFact
Auto Trait Implementations§
impl Freeze for EqualFact
impl RefUnwindSafe for EqualFact
impl !Send for EqualFact
impl !Sync for EqualFact
impl Unpin for EqualFact
impl UnsafeUnpin for EqualFact
impl UnwindSafe for EqualFact
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