pub struct HeadersOptions {
pub authorization: Option<String>,
}
Expand description
Headers options can be used to use authorization header
Fields§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HeadersOptions
impl RefUnwindSafe for HeadersOptions
impl Send for HeadersOptions
impl Sync for HeadersOptions
impl Unpin for HeadersOptions
impl UnwindSafe for HeadersOptions
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