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]