Struct simple_notion::notion_data_base::NotionFile
source · pub struct NotionFile {
pub name: String,
pub url: String,
}Fields§
§name: String§url: StringImplementations§
Trait Implementations§
source§impl Clone for NotionFile
impl Clone for NotionFile
source§fn clone(&self) -> NotionFile
fn clone(&self) -> NotionFile
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 more