pub enum PageFetchState {
PageFetchStateUnspecified,
SUCCESSFUL,
Soft404,
BlockedRobotsTxt,
NotFound,
AccessDenied,
ServerError,
RedirectError,
AccessForbidden,
Blocked4xx,
InternalCrawlError,
InvalidUrl,
}Variants§
PageFetchStateUnspecified
SUCCESSFUL
Soft404
BlockedRobotsTxt
NotFound
AccessDenied
ServerError
RedirectError
AccessForbidden
Blocked4xx
InternalCrawlError
InvalidUrl
Trait Implementations§
source§impl Clone for PageFetchState
impl Clone for PageFetchState
source§fn clone(&self) -> PageFetchState
fn clone(&self) -> PageFetchState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for PageFetchState
impl Debug for PageFetchState
source§impl<'de> Deserialize<'de> for PageFetchState
impl<'de> Deserialize<'de> for PageFetchState
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more