Enum primer_api::PrimerAuthentication
source · [−]pub enum PrimerAuthentication {
ApiKeyAuth {
api_key_auth: String,
},
}Variants
ApiKeyAuth
Fields
api_key_auth: StringImplementations
Auto Trait Implementations
impl RefUnwindSafe for PrimerAuthentication
impl Send for PrimerAuthentication
impl Sync for PrimerAuthentication
impl Unpin for PrimerAuthentication
impl UnwindSafe for PrimerAuthentication
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