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