Struct pocketbase_sdk::client::Client
source · [−]pub struct Client { /* private fields */ }Implementations
sourceimpl Client
impl Client
pub async fn get(&self, path: String) -> Result<Response, Box<dyn Error>>
pub async fn post<T: Serialize + Sized>(
&self,
path: String,
body: &T
) -> Result<Response, Box<dyn Error>>
pub async fn patch<T: Serialize + Sized>(
&self,
path: String,
body: &T
) -> Result<Response, Box<dyn Error>>
Trait 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more