pub struct Recording {
pub request: InMemoryRequest,
pub response: InMemoryResponse,
pub filename: String,
}Fields§
§request: InMemoryRequest§response: InMemoryResponse§filename: StringTrait Implementations§
Auto Trait Implementations§
impl !Freeze for Recording
impl !RefUnwindSafe for Recording
impl Send for Recording
impl Sync for Recording
impl Unpin for Recording
impl !UnwindSafe for Recording
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