pub enum BenchlingAuthentication {
BasicApiKeyAuth {
basic_api_key_auth: String,
},
}Variants
BasicApiKeyAuth
Fields
basic_api_key_auth: StringImplementations
Auto Trait Implementations
impl RefUnwindSafe for BenchlingAuthentication
impl Send for BenchlingAuthentication
impl Sync for BenchlingAuthentication
impl Unpin for BenchlingAuthentication
impl UnwindSafe for BenchlingAuthentication
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more