pub trait Interval {
Show 17 methods
// Required methods
fn id(&self) -> &str;
fn schema(&self) -> &str;
fn aleph_url(&self) -> Option<&[String]>;
fn date(&self) -> Option<&[String]>;
fn description(&self) -> Option<&[String]>;
fn end_date(&self) -> Option<&[String]>;
fn index_text(&self) -> Option<&[String]>;
fn modified_at(&self) -> Option<&[String]>;
fn names_mentioned(&self) -> Option<&[String]>;
fn proof(&self) -> Option<&[String]>;
fn publisher(&self) -> Option<&[String]>;
fn publisher_url(&self) -> Option<&[String]>;
fn record_id(&self) -> Option<&[String]>;
fn retrieved_at(&self) -> Option<&[String]>;
fn source_url(&self) -> Option<&[String]>;
fn start_date(&self) -> Option<&[String]>;
fn summary(&self) -> Option<&[String]>;
}Expand description
Trait for FTM schema: Interval
Required Methods§
Sourcefn description(&self) -> Option<&[String]>
fn description(&self) -> Option<&[String]>
Get Description property
Sourcefn index_text(&self) -> Option<&[String]>
fn index_text(&self) -> Option<&[String]>
Get Index text property
Sourcefn modified_at(&self) -> Option<&[String]>
fn modified_at(&self) -> Option<&[String]>
Get Modified on property
Sourcefn names_mentioned(&self) -> Option<&[String]>
fn names_mentioned(&self) -> Option<&[String]>
Get Detected names property
Sourcefn publisher_url(&self) -> Option<&[String]>
fn publisher_url(&self) -> Option<&[String]>
Get Publishing source URL property
Sourcefn retrieved_at(&self) -> Option<&[String]>
fn retrieved_at(&self) -> Option<&[String]>
Get Retrieved on property
Sourcefn source_url(&self) -> Option<&[String]>
fn source_url(&self) -> Option<&[String]>
Get Source link property
Sourcefn start_date(&self) -> Option<&[String]>
fn start_date(&self) -> Option<&[String]>
Get Start date property