pub struct NotionLoader { /* private fields */ }Expand description
Loader for Notion pages via the Notion API.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotionLoader
impl !RefUnwindSafe for NotionLoader
impl Send for NotionLoader
impl Sync for NotionLoader
impl Unpin for NotionLoader
impl UnsafeUnpin for NotionLoader
impl !UnwindSafe for NotionLoader
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