pub struct StatementEntry {
pub statement: Statement,
pub assertions: Vec<Assertion>,
}Expand description
A statement and its assertions — input to the fold for one (subject, predicate) group.
Fields§
§statement: Statement§assertions: Vec<Assertion>Trait Implementations§
Source§impl Clone for StatementEntry
impl Clone for StatementEntry
Source§fn clone(&self) -> StatementEntry
fn clone(&self) -> StatementEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StatementEntry
impl RefUnwindSafe for StatementEntry
impl Send for StatementEntry
impl Sync for StatementEntry
impl Unpin for StatementEntry
impl UnsafeUnpin for StatementEntry
impl UnwindSafe for StatementEntry
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