Skip to main content

Interval

Trait Interval 

Source
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§

Source

fn id(&self) -> &str

Get the entity ID

Source

fn schema(&self) -> &str

Get the schema name

Source

fn aleph_url(&self) -> Option<&[String]>

Get Aleph URL property

Source

fn date(&self) -> Option<&[String]>

Get Date property

Source

fn description(&self) -> Option<&[String]>

Get Description property

Source

fn end_date(&self) -> Option<&[String]>

Get End date property

Source

fn index_text(&self) -> Option<&[String]>

Get Index text property

Source

fn modified_at(&self) -> Option<&[String]>

Get Modified on property

Source

fn names_mentioned(&self) -> Option<&[String]>

Get Detected names property

Source

fn proof(&self) -> Option<&[String]>

Get Source document property

Source

fn publisher(&self) -> Option<&[String]>

Get Publishing source property

Source

fn publisher_url(&self) -> Option<&[String]>

Get Publishing source URL property

Source

fn record_id(&self) -> Option<&[String]>

Get Record ID property

Source

fn retrieved_at(&self) -> Option<&[String]>

Get Retrieved on property

Source

fn source_url(&self) -> Option<&[String]>

Get Source link property

Source

fn start_date(&self) -> Option<&[String]>

Get Start date property

Source

fn summary(&self) -> Option<&[String]>

Get Summary property

Implementors§