Struct simple_notion::notion_data_base::NotionDate
source · pub struct NotionDate {
pub start: Option<String>,
pub end: Option<String>,
pub time_zone: Option<String>,
}Fields§
§start: Option<String>§end: Option<String>§time_zone: Option<String>Implementations§
Trait Implementations§
source§impl Clone for NotionDate
impl Clone for NotionDate
source§fn clone(&self) -> NotionDate
fn clone(&self) -> NotionDate
Returns a copy of the value. Read more
1.0.0 · 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 NotionDate
impl Debug for NotionDate
source§impl Default for NotionDate
impl Default for NotionDate
source§fn default() -> NotionDate
fn default() -> NotionDate
Returns the “default value” for a type. Read more