pub struct AuthRef {
pub bearer: String,
pub base_url: String,
}Expand description
Authentication reference containing bearer token and base URL
Fields§
§bearer: String§base_url: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for AuthRef
impl RefUnwindSafe for AuthRef
impl Send for AuthRef
impl Sync for AuthRef
impl Unpin for AuthRef
impl UnsafeUnpin for AuthRef
impl UnwindSafe for AuthRef
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