Struct wayback_rs::downloader::RedirectResolution [−][src]
pub struct RedirectResolution {
pub url: String,
pub timestamp: String,
pub content: Bytes,
pub valid_initial_content: bool,
pub valid_digest: bool,
}
Fields
url: String
timestamp: String
content: Bytes
valid_initial_content: bool
valid_digest: bool
Auto Trait Implementations
impl RefUnwindSafe for RedirectResolution
impl Send for RedirectResolution
impl Sync for RedirectResolution
impl Unpin for RedirectResolution
impl UnwindSafe for RedirectResolution
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more