pub struct Recorded {
pub method: Method,
pub url: String,
pub headers: Headers,
pub body: Vec<u8>,
}Expand description
One request the fake saw.
Fields§
§method: Method§url: String§headers: Headers§body: Vec<u8>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Recorded
impl RefUnwindSafe for Recorded
impl Send for Recorded
impl Sync for Recorded
impl Unpin for Recorded
impl UnsafeUnpin for Recorded
impl UnwindSafe for Recorded
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