diff --git a/guard/all.html b/guard/all.html index aa0e9128..223502c0 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/static_assets/filemap/index.html b/guard/static_assets/filemap/index.html new file mode 100644 index 00000000..3b1f03f0 --- /dev/null +++ b/guard/static_assets/filemap/index.html @@ -0,0 +1,6 @@ +guard::static_assets::filemap - Rust + +

Module guard::static_assets::filemap[][src]

Structs

+
FileMap
+ \ No newline at end of file diff --git a/guard/static_assets/filemap/sidebar-items.js b/guard/static_assets/filemap/sidebar-items.js new file mode 100644 index 00000000..03ff705e --- /dev/null +++ b/guard/static_assets/filemap/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"struct":[["FileMap",""]]}); \ No newline at end of file diff --git a/guard/static_assets/filemap/struct.FileMap.html b/guard/static_assets/filemap/struct.FileMap.html new file mode 100644 index 00000000..c5b09238 --- /dev/null +++ b/guard/static_assets/filemap/struct.FileMap.html @@ -0,0 +1,115 @@ +guard::static_assets::filemap::FileMap - Rust + +

Struct guard::static_assets::filemap::FileMap[][src]

pub struct FileMap {
+    pub files: Files,
+}

+ Fields

files: Files

Implementations

impl FileMap[src]

pub fn new() -> Self[src]

pub fn get<'a>(&'a self, path: &'a str) -> Option<&'a str>[src]

Auto Trait Implementations

impl RefUnwindSafe for FileMap[src]

impl Send for FileMap[src]

impl Sync for FileMap[src]

impl Unpin for FileMap[src]

impl UnwindSafe for FileMap[src]

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> 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/static_assets/fn.services.html b/guard/static_assets/fn.services.html index 0cb0a6df..8ec33194 100644 --- a/guard/static_assets/fn.services.html +++ b/guard/static_assets/fn.services.html @@ -1,5 +1,5 @@ guard::static_assets::services - Rust

Function guard::static_assets::services[][src]

pub fn services(cfg: &mut ServiceConfig)
+ Change settings

Function guard::static_assets::services[][src]

pub fn services(cfg: &mut ServiceConfig)
\ No newline at end of file diff --git a/guard/static_assets/index.html b/guard/static_assets/index.html index de3e5a5d..9a44e442 100644 --- a/guard/static_assets/index.html +++ b/guard/static_assets/index.html @@ -1,7 +1,8 @@ guard::static_assets - Rust -

Module guard::static_assets[][src]

Structs

-
Asset
FileMap
dist

Functions

-
handle_embedded_file
services
+

Module guard::static_assets[][src]

Re-exports

+
pub use filemap::FileMap;

Modules

+
filemap
static_files

Functions

+
services
\ No newline at end of file diff --git a/guard/static_assets/sidebar-items.js b/guard/static_assets/sidebar-items.js index 53295928..eaf72582 100644 --- a/guard/static_assets/sidebar-items.js +++ b/guard/static_assets/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"fn":[["handle_embedded_file",""],["services",""]],"struct":[["Asset",""],["FileMap",""],["dist",""]]}); \ No newline at end of file +initSidebarItems({"fn":[["services",""]],"mod":[["filemap",""],["static_files",""]]}); \ No newline at end of file diff --git a/guard/static_assets/static_files/fn.handle_assets.html b/guard/static_assets/static_files/fn.handle_assets.html new file mode 100644 index 00000000..dd1f9eef --- /dev/null +++ b/guard/static_assets/static_files/fn.handle_assets.html @@ -0,0 +1,5 @@ +guard::static_assets::static_files::handle_assets - Rust + +

Function guard::static_assets::static_files::handle_assets[][src]

fn handle_assets(path: &str) -> HttpResponse
+ \ No newline at end of file diff --git a/guard/static_assets/static_files/fn.handle_favicons.html b/guard/static_assets/static_files/fn.handle_favicons.html new file mode 100644 index 00000000..0b5609fa --- /dev/null +++ b/guard/static_assets/static_files/fn.handle_favicons.html @@ -0,0 +1,5 @@ +guard::static_assets::static_files::handle_favicons - Rust + +

Function guard::static_assets::static_files::handle_favicons[][src]

fn handle_favicons(path: &str) -> HttpResponse
+ \ No newline at end of file diff --git a/guard/static_assets/static_files/index.html b/guard/static_assets/static_files/index.html new file mode 100644 index 00000000..af2a74d7 --- /dev/null +++ b/guard/static_assets/static_files/index.html @@ -0,0 +1,7 @@ +guard::static_assets::static_files - Rust + +

Module guard::static_assets::static_files[][src]

Structs

+
Asset
Favicons
favicons
static_files

Functions

+
handle_assets
handle_favicons
+ \ No newline at end of file diff --git a/guard/static_assets/static_files/sidebar-items.js b/guard/static_assets/static_files/sidebar-items.js new file mode 100644 index 00000000..4da4b257 --- /dev/null +++ b/guard/static_assets/static_files/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["handle_assets",""],["handle_favicons",""]],"struct":[["Asset",""],["Favicons",""],["favicons",""],["static_files",""]]}); \ No newline at end of file diff --git a/guard/static_assets/static_files/struct.Asset.html b/guard/static_assets/static_files/struct.Asset.html new file mode 100644 index 00000000..2373d935 --- /dev/null +++ b/guard/static_assets/static_files/struct.Asset.html @@ -0,0 +1,114 @@ +guard::static_assets::static_files::Asset - Rust + +

Struct guard::static_assets::static_files::Asset[][src]

struct Asset;

Implementations

impl Asset[src]

pub fn get(file_path: &str) -> Option<Cow<'static, [u8]>>[src]

pub fn iter() -> impl Iterator<Item = Cow<'static, str>>[src]

Trait Implementations

impl RustEmbed for Asset[src]

Auto Trait Implementations

impl RefUnwindSafe for Asset[src]

impl Send for Asset[src]

impl Sync for Asset[src]

impl Unpin for Asset[src]

impl UnwindSafe for Asset[src]

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> 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/static_assets/static_files/struct.Favicons.html b/guard/static_assets/static_files/struct.Favicons.html new file mode 100644 index 00000000..7e4867ec --- /dev/null +++ b/guard/static_assets/static_files/struct.Favicons.html @@ -0,0 +1,114 @@ +guard::static_assets::static_files::Favicons - Rust + +

Struct guard::static_assets::static_files::Favicons[][src]

struct Favicons;

Implementations

impl Favicons[src]

pub fn get(file_path: &str) -> Option<Cow<'static, [u8]>>[src]

pub fn iter() -> impl Iterator<Item = Cow<'static, str>>[src]

Trait Implementations

impl RustEmbed for Favicons[src]

Auto Trait Implementations

impl RefUnwindSafe for Favicons[src]

impl Send for Favicons[src]

impl Sync for Favicons[src]

impl Unpin for Favicons[src]

impl UnwindSafe for Favicons[src]

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> 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/static_assets/static_files/struct.favicons.html b/guard/static_assets/static_files/struct.favicons.html new file mode 100644 index 00000000..40ae73ff --- /dev/null +++ b/guard/static_assets/static_files/struct.favicons.html @@ -0,0 +1,112 @@ +guard::static_assets::static_files::favicons - Rust + +

Struct guard::static_assets::static_files::favicons[][src]

pub struct favicons;

Trait Implementations

impl HttpServiceFactory for favicons[src]

Auto Trait Implementations

impl RefUnwindSafe for favicons[src]

impl Send for favicons[src]

impl Sync for favicons[src]

impl Unpin for favicons[src]

impl UnwindSafe for favicons[src]

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> 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/static_assets/static_files/struct.static_files.html b/guard/static_assets/static_files/struct.static_files.html new file mode 100644 index 00000000..931e050f --- /dev/null +++ b/guard/static_assets/static_files/struct.static_files.html @@ -0,0 +1,112 @@ +guard::static_assets::static_files::static_files - Rust + +

Struct guard::static_assets::static_files::static_files[][src]

pub struct static_files;

Trait Implementations

impl HttpServiceFactory for static_files[src]

Auto Trait Implementations

impl RefUnwindSafe for static_files[src]

impl Send for static_files[src]

impl Sync for static_files[src]

impl Unpin for static_files[src]

impl UnwindSafe for static_files[src]

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> 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/struct.FILES.html b/guard/struct.FILES.html index 84443f20..90c4fea4 100644 --- a/guard/struct.FILES.html +++ b/guard/struct.FILES.html @@ -4,8 +4,8 @@ Change settings

Struct guard::FILES[][src]

pub struct FILES {
     __private_field: (),
 }

- Fields

__private_field: ()

Methods from Deref<Target = FileMap>

pub fn get<'a>(&'a self, path: &'a str) -> Option<&'a str>[src]

Trait Implementations

impl Deref for FILES[src]

type Target = FileMap

The resulting type after dereferencing.

-