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