pub enum BenchlingAuthentication {
BasicApiKeyAuth {
basic_api_key_auth: String,
},
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for BenchlingAuthentication
impl RefUnwindSafe for BenchlingAuthentication
impl Send for BenchlingAuthentication
impl Sync for BenchlingAuthentication
impl Unpin for BenchlingAuthentication
impl UnwindSafe for BenchlingAuthentication
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