pub struct ProviderApi { /* private fields */ }Expand description
Provider endpoint namespace.
Implementations§
Source§impl ProviderApi
impl ProviderApi
pub async fn list(&self, options: RequestOptions) -> Result<ApiResponse>
pub async fn auth(&self, options: RequestOptions) -> Result<ApiResponse>
pub fn oauth(&self) -> OauthApi
Trait Implementations§
Source§impl Clone for ProviderApi
impl Clone for ProviderApi
Source§fn clone(&self) -> ProviderApi
fn clone(&self) -> ProviderApi
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 ProviderApi
impl !RefUnwindSafe for ProviderApi
impl Send for ProviderApi
impl Sync for ProviderApi
impl Unpin for ProviderApi
impl UnsafeUnpin for ProviderApi
impl !UnwindSafe for ProviderApi
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