pub struct EmulatorCredentials { /* private fields */ }Trait Implementations§
Source§impl Clone for EmulatorCredentials
impl Clone for EmulatorCredentials
Source§fn clone(&self) -> EmulatorCredentials
fn clone(&self) -> EmulatorCredentials
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 moreSource§impl CredentialsProvider for EmulatorCredentials
impl CredentialsProvider for EmulatorCredentials
Source§async fn headers(
&self,
_extensions: Extensions,
) -> Result<CacheableResource<HeaderMap>, CredentialsError>
async fn headers( &self, _extensions: Extensions, ) -> Result<CacheableResource<HeaderMap>, CredentialsError>
Asynchronously constructs the auth headers. Read more
Source§async fn universe_domain(&self) -> Option<String>
async fn universe_domain(&self) -> Option<String>
Retrieves the universe domain associated with the credentials, if any.
Source§impl Debug for EmulatorCredentials
impl Debug for EmulatorCredentials
Auto Trait Implementations§
impl Freeze for EmulatorCredentials
impl RefUnwindSafe for EmulatorCredentials
impl Send for EmulatorCredentials
impl Sync for EmulatorCredentials
impl Unpin for EmulatorCredentials
impl UnsafeUnpin for EmulatorCredentials
impl UnwindSafe for EmulatorCredentials
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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