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