pub enum AuthenticationSource {
Upstream {
name: String,
path: String,
key: usize,
},
Path(String),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthenticationSource
impl RefUnwindSafe for AuthenticationSource
impl Send for AuthenticationSource
impl Sync for AuthenticationSource
impl Unpin for AuthenticationSource
impl UnwindSafe for AuthenticationSource
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