pub struct Step {
pub method: String,
pub url: String,
pub status: u16,
pub location: Option<String>,
pub cookie_header_sent: Option<String>,
pub set_cookies: Vec<CookieRecord>,
}Fields§
§method: String§url: String§status: u16§location: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Step
impl RefUnwindSafe for Step
impl Send for Step
impl Sync for Step
impl Unpin for Step
impl UnsafeUnpin for Step
impl UnwindSafe for Step
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