Struct notion_client::endpoints::pages::PagesEndpoint
source · pub struct PagesEndpoint { /* private fields */ }
Implementations§
source§impl PagesEndpoint
impl PagesEndpoint
pub async fn create_a_page( &self, request: CreateAPageRequest ) -> Result<Page, NotionClientError>
source§impl PagesEndpoint
impl PagesEndpoint
pub async fn retrieve_a_page( &self, page_id: &str, filter_properties: Option<Vec<(&str, &str)>> ) -> Result<Page, NotionClientError>
pub async fn retrieve_a_page_property_item( &self ) -> Result<(), NotionClientError>
Auto Trait Implementations§
impl !RefUnwindSafe for PagesEndpoint
impl !Send for PagesEndpoint
impl !Sync for PagesEndpoint
impl Unpin for PagesEndpoint
impl !UnwindSafe for PagesEndpoint
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