pub struct SearchEndpoint { /* private fields */ }
Implementations§
Source§impl SearchEndpoint
impl SearchEndpoint
pub async fn search_by_title( &self, request: SearchByTitleRequest, ) -> Result<SearchByTitleResponse, NotionClientError>
Trait Implementations§
Source§impl Clone for SearchEndpoint
impl Clone for SearchEndpoint
Source§fn clone(&self) -> SearchEndpoint
fn clone(&self) -> SearchEndpoint
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for SearchEndpoint
impl !RefUnwindSafe for SearchEndpoint
impl Send for SearchEndpoint
impl Sync for SearchEndpoint
impl Unpin for SearchEndpoint
impl !UnwindSafe for SearchEndpoint
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