Enum flipt::AuthScheme
source · pub enum AuthScheme {
None,
BearerToken(String),
}Variants§
Trait Implementations§
source§impl Clone for AuthScheme
impl Clone for AuthScheme
source§fn clone(&self) -> AuthScheme
fn clone(&self) -> AuthScheme
Returns a copy 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 Debug for AuthScheme
impl Debug for AuthScheme
Auto Trait Implementations§
impl RefUnwindSafe for AuthScheme
impl Send for AuthScheme
impl Sync for AuthScheme
impl Unpin for AuthScheme
impl UnwindSafe for AuthScheme
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