Struct simple_notion::notion_data_base::NotionFormula
source · pub struct NotionFormula {
pub type_name: String,
pub result_str: String,
pub result_number: f64,
}Fields§
§type_name: String§result_str: String§result_number: f64Implementations§
Trait Implementations§
source§impl Clone for NotionFormula
impl Clone for NotionFormula
source§fn clone(&self) -> NotionFormula
fn clone(&self) -> NotionFormula
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 NotionFormula
impl Debug for NotionFormula
source§impl Default for NotionFormula
impl Default for NotionFormula
source§fn default() -> NotionFormula
fn default() -> NotionFormula
Returns the “default value” for a type. Read more