Struct simple_notion::notion_data_base::NotionRelation
source · pub struct NotionRelation {
pub ids: Vec<String>,
pub has_more: bool,
}Fields§
§ids: Vec<String>§has_more: boolImplementations§
Trait Implementations§
source§impl Clone for NotionRelation
impl Clone for NotionRelation
source§fn clone(&self) -> NotionRelation
fn clone(&self) -> NotionRelation
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 NotionRelation
impl Debug for NotionRelation
source§impl Default for NotionRelation
impl Default for NotionRelation
source§fn default() -> NotionRelation
fn default() -> NotionRelation
Returns the “default value” for a type. Read more