Struct notion_client::endpoints::Client
source · pub struct Client {
pub blocks: BlocksEndpoint,
pub comments: CommentsEndpoint,
pub databases: DatabasesEndpoint,
pub pages: PagesEndpoint,
pub search: SearchEndpoint,
pub users: UsersEndpoint,
}
Fields§
§blocks: BlocksEndpoint
§comments: CommentsEndpoint
§databases: DatabasesEndpoint
§pages: PagesEndpoint
§search: SearchEndpoint
§users: UsersEndpoint
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Client
impl !Send for Client
impl !Sync for Client
impl Unpin for Client
impl !UnwindSafe for Client
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