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