pub struct LegislationIngestReport {Show 16 fields
pub title: String,
pub slug: String,
pub sections: usize,
pub subsections: usize,
pub structural: usize,
pub concepts_with_text: usize,
pub empty_text: usize,
pub library_entries_written: usize,
pub coverage_ok: bool,
pub cml_concepts: usize,
pub cml_deontic_norms: usize,
pub cml_privacy_hits: usize,
pub cml_rights_hits: usize,
pub cof_segments: usize,
pub cof_approx_tokens: usize,
pub cof_profile: String,
}Fields§
§title: String§slug: String§sections: usize§subsections: usize§structural: usize§concepts_with_text: usize§empty_text: usize§library_entries_written: usize§coverage_ok: bool§cml_concepts: usizeProposed CML concepts across all provisions.
cml_deontic_norms: usize§cml_privacy_hits: usize§cml_rights_hits: usize§cof_segments: usizeCOF HTML+RDFa segments (index + body packs for token budgets).
cof_approx_tokens: usize§cof_profile: StringTrait Implementations§
Source§impl Clone for LegislationIngestReport
impl Clone for LegislationIngestReport
Source§fn clone(&self) -> LegislationIngestReport
fn clone(&self) -> LegislationIngestReport
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 LegislationIngestReport
impl Debug for LegislationIngestReport
Source§impl<'de> Deserialize<'de> for LegislationIngestReport
impl<'de> Deserialize<'de> for LegislationIngestReport
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LegislationIngestReport
impl RefUnwindSafe for LegislationIngestReport
impl Send for LegislationIngestReport
impl Sync for LegislationIngestReport
impl Unpin for LegislationIngestReport
impl UnsafeUnpin for LegislationIngestReport
impl UnwindSafe for LegislationIngestReport
Blanket Implementations§
§impl<S, A> Aggregate<Result<S, Error>> for Awhere
A: Aggregate<S>,
impl<S, A> Aggregate<Result<S, Error>> for Awhere
A: Aggregate<S>,
Aggregate shares in an MPC protocol.
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more