From 8c2ac39f446fc967beb38e8509b6cd89f5499b6d Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 4 May 2021 11:03:57 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20266b8?= =?UTF-8?q?dea8803e83f8828d09994da9b76f61591e2=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guard/all.html | 2 +- guard/errors/constant.PAGE.html | 5 + guard/errors/enum.PageError.html | 135 ++ guard/errors/enum.ServiceError.html | 30 +- guard/errors/index.html | 11 +- guard/errors/sidebar-items.js | 2 +- guard/errors/struct.ErrorPage.html | 124 ++ guard/errors/struct.ErrorToResponse.html | 6 +- .../errors/struct.INTERNAL_SERVER_ERROR.html | 1555 +++++++++++++++++ guard/errors/struct.UNKNOWN_ERROR.html | 1555 +++++++++++++++++ guard/errors/type.PageResult.html | 5 + guard/errors/type.ServiceResult.html | 2 +- .../panel/sitekey/list/constant.PAGE.html | 2 +- .../panel/sitekey/list/fn.list_sitekeys.html | 2 +- guard/pages/panel/sitekey/list/index.html | 2 +- .../panel/sitekey/list/struct.IndexPage.html | 8 +- .../actix_http/error/trait.ResponseError.js | 2 +- implementors/core/clone/trait.Clone.js | 2 +- implementors/core/cmp/trait.PartialEq.js | 2 +- implementors/core/convert/trait.From.js | 2 +- implementors/core/fmt/trait.Debug.js | 2 +- implementors/core/fmt/trait.Display.js | 2 +- implementors/core/marker/trait.Freeze.js | 2 +- implementors/core/marker/trait.Send.js | 2 +- .../core/marker/trait.StructuralPartialEq.js | 2 +- implementors/core/marker/trait.Sync.js | 2 +- implementors/core/marker/trait.Unpin.js | 2 +- implementors/core/ops/deref/trait.Deref.js | 2 +- implementors/lazy_static/trait.LazyStatic.js | 2 +- implementors/sailfish/private/trait.Sealed.js | 2 +- implementors/sailfish/trait.TemplateOnce.js | 2 +- implementors/std/error/trait.Error.js | 2 +- implementors/std/panic/trait.RefUnwindSafe.js | 2 +- implementors/std/panic/trait.UnwindSafe.js | 2 +- search-index.js | 2 +- src/guard/errors.rs.html | 164 ++ src/guard/pages/panel/sitekey/list.rs.html | 18 +- 37 files changed, 3610 insertions(+), 56 deletions(-) create mode 100644 guard/errors/constant.PAGE.html create mode 100644 guard/errors/enum.PageError.html create mode 100644 guard/errors/struct.ErrorPage.html create mode 100644 guard/errors/struct.INTERNAL_SERVER_ERROR.html create mode 100644 guard/errors/struct.UNKNOWN_ERROR.html create mode 100644 guard/errors/type.PageResult.html diff --git a/guard/all.html b/guard/all.html index e2121e7f..515e4e8d 100644 --- a/guard/all.html +++ b/guard/all.html @@ -3,5 +3,5 @@

List of all items[] -

Structs

Enums

Macros

Functions

Typedefs

Statics

Constants

+

Structs

Enums

Macros

Functions

Typedefs

Statics

Constants

\ No newline at end of file diff --git a/guard/errors/constant.PAGE.html b/guard/errors/constant.PAGE.html new file mode 100644 index 00000000..b8ed6c21 --- /dev/null +++ b/guard/errors/constant.PAGE.html @@ -0,0 +1,5 @@ +guard::errors::PAGE - Rust + +

Constant guard::errors::PAGE[][src]

const PAGE: &str = "Error";
+ \ No newline at end of file diff --git a/guard/errors/enum.PageError.html b/guard/errors/enum.PageError.html new file mode 100644 index 00000000..0c5091b4 --- /dev/null +++ b/guard/errors/enum.PageError.html @@ -0,0 +1,135 @@ +guard::errors::PageError - Rust + +

Enum guard::errors::PageError[][src]

pub enum PageError {
+    InternalServerError,
+}

+ Variants

+
InternalServerError

Trait Implementations

impl Clone for PageError[src]

impl Debug for PageError[src]

impl Display for PageError[src]

impl Error for PageError[src]

impl From<Error> for PageError[src]

impl PartialEq<PageError> for PageError[src]

impl ResponseError for PageError[src]

impl StructuralPartialEq for PageError[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Conv for T

impl<T> Conv for T

impl<T> FmtForward for T

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pipe for T where
    T: ?Sized

impl<T> Pipe for T

impl<T> PipeAsRef for T

impl<T> PipeBorrow for T

impl<T> PipeDeref for T

impl<T> PipeRef for T

impl<T> Same<T> for T

type Output = T

Should always be Self

+

impl<T> Tap for T

impl<T> Tap for T

impl<T, U> TapAsRef<U> for T where
    U: ?Sized

impl<T, U> TapBorrow<U> for T where
    U: ?Sized

impl<T> TapDeref for T

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

+

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> TryConv for T

impl<T> TryConv for T

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

+

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

+

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

+ \ No newline at end of file diff --git a/guard/errors/enum.ServiceError.html b/guard/errors/enum.ServiceError.html index 42306ab1..f81b39b9 100644 --- a/guard/errors/enum.ServiceError.html +++ b/guard/errors/enum.ServiceError.html @@ -1,7 +1,7 @@ guard::errors::ServiceError - Rust

Enum guard::errors::ServiceError[][src]

pub enum ServiceError {
+                Change settings

Enum guard::errors::ServiceError[][src]

pub enum ServiceError {
     InternalServerError,
     ClosedForRegistration,
     NotAnEmail,
@@ -30,25 +30,25 @@ profile

EmailTaken

email is already taken

TokenNotFound

when the a token name is already taken token not found

-
CaptchaError(CaptchaError)

Trait Implementations

impl Clone for ServiceError[src]

CaptchaError(CaptchaError)

Trait Implementations

impl Clone for ServiceError[src]

impl Debug for ServiceError[src]

impl Display for ServiceError[src]

impl Error for ServiceError[src]

impl Debug for ServiceError[src]

impl Display for ServiceError[src]

impl Error for ServiceError[src]

impl From<CaptchaError> for ServiceError[src]

impl From<CredsError> for ServiceError[src]

impl From<Error> for ServiceError[src]

impl From<ParseError> for ServiceError[src]

impl From<ValidationErrors> for ServiceError[src]

impl PartialEq<ServiceError> for ServiceError[src]

impl From<CaptchaError> for ServiceError[src]

impl From<CredsError> for ServiceError[src]

impl From<Error> for ServiceError[src]

impl From<ParseError> for ServiceError[src]

impl From<ValidationErrors> for ServiceError[src]

impl PartialEq<ServiceError> for ServiceError[src]

impl ResponseError for ServiceError[src]

impl StructuralPartialEq for ServiceError[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl ResponseError for ServiceError[src]

impl StructuralPartialEq for ServiceError[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Conv for T