pub struct SetExtraHTTPHeadersParamsBuilder { /* private fields */ }Implementations§
Source§impl SetExtraHTTPHeadersParamsBuilder
impl SetExtraHTTPHeadersParamsBuilder
pub fn build(self) -> SetExtraHTTPHeadersParams
Auto Trait Implementations§
impl Freeze for SetExtraHTTPHeadersParamsBuilder
impl RefUnwindSafe for SetExtraHTTPHeadersParamsBuilder
impl Send for SetExtraHTTPHeadersParamsBuilder
impl Sync for SetExtraHTTPHeadersParamsBuilder
impl Unpin for SetExtraHTTPHeadersParamsBuilder
impl UnsafeUnpin for SetExtraHTTPHeadersParamsBuilder
impl UnwindSafe for SetExtraHTTPHeadersParamsBuilder
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