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