Enum bump_api::BumpAuthentication
source · [−]pub enum BumpAuthentication {
AuthorizationToken {
authorization_token: String,
},
BasicToken {
basic_token: String,
},
}Variants
AuthorizationToken
Fields
BasicToken
Fields
basic_token: StringImplementations
Auto Trait Implementations
impl RefUnwindSafe for BumpAuthentication
impl Send for BumpAuthentication
impl Sync for BumpAuthentication
impl Unpin for BumpAuthentication
impl UnwindSafe for BumpAuthentication
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