pub struct BearerAuthStrategy { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AuthStrategy for BearerAuthStrategy
impl AuthStrategy for BearerAuthStrategy
fn set_auth_info<'life0, 'life1, 'life2, 'async_trait>(
&'life0 mut self,
req_builder: RequestBuilder,
_path: &'life1 str,
_options: Vec<HttpRequestOption>,
_drupalkit: &'life2 Drupalkit,
) -> Pin<Box<dyn Future<Output = AuthStrategyResult> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Auto Trait Implementations§
impl Freeze for BearerAuthStrategy
impl RefUnwindSafe for BearerAuthStrategy
impl Send for BearerAuthStrategy
impl Sync for BearerAuthStrategy
impl Unpin for BearerAuthStrategy
impl UnwindSafe for BearerAuthStrategy
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