pub struct ApiAuthConfig {
pub bearer_token: Option<String>,
}Fields§
§bearer_token: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for ApiAuthConfig
impl Clone for ApiAuthConfig
Source§fn clone(&self) -> ApiAuthConfig
fn clone(&self) -> ApiAuthConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ApiAuthConfig
impl Debug for ApiAuthConfig
Source§impl Default for ApiAuthConfig
impl Default for ApiAuthConfig
Source§fn default() -> ApiAuthConfig
fn default() -> ApiAuthConfig
Returns the “default value” for a type. Read more
impl Eq for ApiAuthConfig
Source§impl PartialEq for ApiAuthConfig
impl PartialEq for ApiAuthConfig
impl StructuralPartialEq for ApiAuthConfig
Auto Trait Implementations§
impl Freeze for ApiAuthConfig
impl RefUnwindSafe for ApiAuthConfig
impl Send for ApiAuthConfig
impl Sync for ApiAuthConfig
impl Unpin for ApiAuthConfig
impl UnsafeUnpin for ApiAuthConfig
impl UnwindSafe for ApiAuthConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.