pub struct AuthTrace {
pub final_url: String,
pub redirect_count: usize,
pub truncated: bool,
pub steps: Vec<Step>,
pub cookies_after: Vec<CookieRecord>,
}Fields§
§final_url: String§redirect_count: usize§truncated: bool§steps: Vec<Step>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthTrace
impl RefUnwindSafe for AuthTrace
impl Send for AuthTrace
impl Sync for AuthTrace
impl Unpin for AuthTrace
impl UnsafeUnpin for AuthTrace
impl UnwindSafe for AuthTrace
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