pub struct API { /* private fields */ }
Expand description
This handles interactions with the Asana API.
It posts payloads to the API and returns the result. It also handles authentication through a Personal Access Token (PAT)
Implementations§
Auto Trait Implementations§
impl Freeze for API
impl !RefUnwindSafe for API
impl Send for API
impl Sync for API
impl Unpin for API
impl !UnwindSafe for API
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