pub struct NotionURL {
pub base: String,
pub name: String,
pub is_https: bool,
pub data_base_id: String,
pub page_id: String,
}
Fields§
§base: String
§name: String
§is_https: bool
§data_base_id: String
§page_id: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotionURL
impl RefUnwindSafe for NotionURL
impl Send for NotionURL
impl Sync for NotionURL
impl Unpin for NotionURL
impl UnwindSafe for NotionURL
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more