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