Enum mcaptcha::errors::PageError [−][src]
pub enum PageError {
InternalServerError,
ServiceError(ServiceError),
}Variants
ServiceError(ServiceError)Tuple Fields of ServiceError
0: ServiceErrorTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for PageError
impl !UnwindSafe for PageError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
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