pub enum BumpAuthentication {
AuthorizationToken {
authorization_token: String,
},
BasicToken {
basic_token: String,
},
}
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for BumpAuthentication
impl RefUnwindSafe for BumpAuthentication
impl Send for BumpAuthentication
impl Sync for BumpAuthentication
impl Unpin for BumpAuthentication
impl UnwindSafe for BumpAuthentication
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