pub struct ReferentialReport {
pub claim: ReferentialClaim,
pub ordinals: Vec<usize>,
pub context: ReferentialContextReport,
pub emphasis: ReferentialEmphasis,
pub claims_whole_passage_tonality: bool,
}Expand description
Full bounded report over one referential subset.
Fields§
§claim: ReferentialClaimThe bounded claim result.
ordinals: Vec<usize>Requested source ordinals echoed exactly.
context: ReferentialContextReportExact context behind the claim.
emphasis: ReferentialEmphasisNon-pitch emphasis retained around the subset.
claims_whole_passage_tonality: boolAlways false: this surface never escalates one subset into whole-passage tonality.
Trait Implementations§
Source§impl Clone for ReferentialReport
impl Clone for ReferentialReport
Source§fn clone(&self) -> ReferentialReport
fn clone(&self) -> ReferentialReport
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 moreSource§impl Debug for ReferentialReport
impl Debug for ReferentialReport
Source§impl PartialEq for ReferentialReport
impl PartialEq for ReferentialReport
impl StructuralPartialEq for ReferentialReport
Auto Trait Implementations§
impl Freeze for ReferentialReport
impl RefUnwindSafe for ReferentialReport
impl Send for ReferentialReport
impl Sync for ReferentialReport
impl Unpin for ReferentialReport
impl UnsafeUnpin for ReferentialReport
impl UnwindSafe for ReferentialReport
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