pub enum AuthConfiguration {
    ApiKey(String),
    BearerToken(String),
}Variants§
Auto Trait Implementations§
impl Freeze for AuthConfiguration
impl RefUnwindSafe for AuthConfiguration
impl Send for AuthConfiguration
impl Sync for AuthConfiguration
impl Unpin for AuthConfiguration
impl UnwindSafe for AuthConfiguration
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