From d668f1b0e2a3c201b737b0167d062ae3bc47f0b6 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Wed, 31 Mar 2021 07:11:50 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20e0dab?= =?UTF-8?q?001aa07ed4b731ab5bae1a0711202c747d4=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/api/v1/meta/index.html | 5 +- guard/api/v1/meta/sidebar-items.js | 2 +- guard/api/v1/meta/struct.BuildDetails.html | 125 +++++++++++++++++ .../v1/meta/struct.BuildDetailsBuilder.html | 127 ++++++++++++++++++ guard/api/v1/meta/struct.Health.html | 10 +- guard/api/v1/meta/struct.HealthBuilder.html | 8 +- guard/api/v1/meta/struct.build_details.html | 2 +- guard/api/v1/meta/struct.health.html | 2 +- guard/fn.get_identity_service.html | 2 +- guard/fn.get_json_err.html | 2 +- guard/index.html | 2 +- implementors/core/clone/trait.Clone.js | 2 +- implementors/core/default/trait.Default.js | 2 +- implementors/core/fmt/trait.Debug.js | 2 +- implementors/core/marker/trait.Freeze.js | 2 +- implementors/core/marker/trait.Send.js | 2 +- implementors/core/marker/trait.Sync.js | 2 +- implementors/core/marker/trait.Unpin.js | 2 +- implementors/serde/de/trait.Deserialize.js | 2 +- implementors/serde/ser/trait.Serialize.js | 2 +- implementors/std/panic/trait.RefUnwindSafe.js | 2 +- implementors/std/panic/trait.UnwindSafe.js | 2 +- search-index.js | 2 +- src/guard/api/v1/meta.rs.html | 22 ++- src/guard/main.rs.html | 8 +- 26 files changed, 303 insertions(+), 40 deletions(-) create mode 100644 guard/api/v1/meta/struct.BuildDetails.html create mode 100644 guard/api/v1/meta/struct.BuildDetailsBuilder.html diff --git a/guard/all.html b/guard/all.html index ebaf5a26..9d52f2cc 100644 --- a/guard/all.html +++ b/guard/all.html @@ -3,5 +3,5 @@

List of all items[] -

Structs

Enums

Functions

Typedefs

Statics

+

Structs

Enums

Functions

Typedefs

Statics

\ No newline at end of file diff --git a/guard/api/v1/meta/index.html b/guard/api/v1/meta/index.html index 3d5fc45d..0694cf16 100644 --- a/guard/api/v1/meta/index.html +++ b/guard/api/v1/meta/index.html @@ -1,8 +1,9 @@ guard::api::v1::meta - Rust

Module guard::api::v1::meta[][src]

Structs

-
Health

Health check return datatype

+ Change settings

Module guard::api::v1::meta[][src]

Structs

+
BuildDetails
BuildDetailsBuilder

Builder for BuildDetails.

+
Health

Health check return datatype

HealthBuilder

Builder for Health.

build_details
health
\ No newline at end of file diff --git a/guard/api/v1/meta/sidebar-items.js b/guard/api/v1/meta/sidebar-items.js index 6af96b55..9e36c15b 100644 --- a/guard/api/v1/meta/sidebar-items.js +++ b/guard/api/v1/meta/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"struct":[["Health","Health check return datatype"],["HealthBuilder","Builder for `Health`."],["build_details",""],["health",""]]}); \ No newline at end of file +initSidebarItems({"struct":[["BuildDetails",""],["BuildDetailsBuilder","Builder for `BuildDetails`."],["Health","Health check return datatype"],["HealthBuilder","Builder for `Health`."],["build_details",""],["health",""]]}); \ No newline at end of file diff --git a/guard/api/v1/meta/struct.BuildDetails.html b/guard/api/v1/meta/struct.BuildDetails.html new file mode 100644 index 00000000..10fca1f2 --- /dev/null +++ b/guard/api/v1/meta/struct.BuildDetails.html @@ -0,0 +1,125 @@ +guard::api::v1::meta::BuildDetails - Rust + +

Struct guard::api::v1::meta::BuildDetails[][src]

pub struct BuildDetails {
+    pub version: &'static str,
+    pub git_commit_hash: &'static str,
+}

+ Fields

version: &'static strgit_commit_hash: &'static str

Trait Implementations

impl Clone for BuildDetails[src]

impl Debug for BuildDetails[src]

impl Deserialize<'static> for BuildDetails[src]

impl Serialize for BuildDetails[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> 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/api/v1/meta/struct.BuildDetailsBuilder.html b/guard/api/v1/meta/struct.BuildDetailsBuilder.html new file mode 100644 index 00000000..ed0f5b2b --- /dev/null +++ b/guard/api/v1/meta/struct.BuildDetailsBuilder.html @@ -0,0 +1,127 @@ +guard::api::v1::meta::BuildDetailsBuilder - Rust + +

Struct guard::api::v1::meta::BuildDetailsBuilder[][src]

pub struct BuildDetailsBuilder {
+    version: Option<&'static str>,
+    git_commit_hash: Option<&'static str>,
+}

Builder for BuildDetails.

+

+ Fields

version: Option<&'static str>git_commit_hash: Option<&'static str>

Implementations

impl BuildDetailsBuilder[src]

pub fn version(&mut self, value: &'static str) -> &mut Self[src]

pub fn git_commit_hash(&mut self, value: &'static str) -> &mut Self[src]

pub fn build(&self) -> Result<BuildDetails, String>[src]

Builds a new BuildDetails.

+

Errors

+

If a required field has not been initialized.

+

Trait Implementations

impl Clone for BuildDetailsBuilder[src]

impl Default for BuildDetailsBuilder[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> 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/api/v1/meta/struct.Health.html b/guard/api/v1/meta/struct.Health.html index d22961f2..7dcd5bf7 100644 --- a/guard/api/v1/meta/struct.Health.html +++ b/guard/api/v1/meta/struct.Health.html @@ -1,15 +1,15 @@ guard::api::v1::meta::Health - Rust

Struct guard::api::v1::meta::Health[][src]

pub struct Health {
+                Change settings

Struct guard::api::v1::meta::Health[][src]

pub struct Health {
     db: bool,
 }

Health check return datatype

- Fields

db: bool

Trait Implementations

impl Clone for Health[src]