pub struct UserAgentStage { /* private fields */ }Expand description
The user agent builder stage.
Auto Trait Implementations§
impl !RefUnwindSafe for UserAgentStage
impl !UnwindSafe for UserAgentStage
impl Freeze for UserAgentStage
impl Send for UserAgentStage
impl Sync for UserAgentStage
impl Unpin for UserAgentStage
impl UnsafeUnpin for UserAgentStage
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