pub struct SyncAuthApi { /* private fields */ }Expand description
Blocking wrapper for AuthApi.
Implementations§
Source§impl SyncAuthApi
impl SyncAuthApi
Sourcepub fn api_key(&self) -> Result<ApiKeyInfo>
pub fn api_key(&self) -> Result<ApiKeyInfo>
Retrieve API key info.
Trait Implementations§
Source§impl Clone for SyncAuthApi
impl Clone for SyncAuthApi
Source§fn clone(&self) -> SyncAuthApi
fn clone(&self) -> SyncAuthApi
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 SyncAuthApi
impl !RefUnwindSafe for SyncAuthApi
impl Send for SyncAuthApi
impl Sync for SyncAuthApi
impl Unpin for SyncAuthApi
impl UnsafeUnpin for SyncAuthApi
impl !UnwindSafe for SyncAuthApi
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