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