From 40fe92f88d3a962ece7a88946ae716661cac90af Mon Sep 17 00:00:00 2001 From: realaravinth Date: Thu, 8 Apr 2021 15:17:56 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20475c8?= =?UTF-8?q?9731678cf25606c68140da376ece9dbf679=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cache_buster/all.html | 2 +- .../hash/enum.BusterBuilderError.html | 12 +- cache_buster/hash/index.html | 2 +- cache_buster/hash/struct.Buster.html | 4 +- cache_buster/hash/struct.BusterBuilder.html | 8 +- cache_buster/index.html | 6 +- cache_buster/map/index.html | 6 + cache_buster/map/sidebar-items.js | 1 + cache_buster/map/struct.Files.html | 27 +++ cache_buster/sidebar-items.js | 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/std/panic/trait.RefUnwindSafe.js | 2 +- implementors/std/panic/trait.UnwindSafe.js | 2 +- search-index.js | 2 +- source-files.js | 2 +- src/cache_buster/hash.rs.html | 44 +++-- src/cache_buster/lib.rs.html | 4 + src/cache_buster/map.rs.html | 159 ++++++++++++++++++ 24 files changed, 253 insertions(+), 46 deletions(-) create mode 100644 cache_buster/map/index.html create mode 100644 cache_buster/map/sidebar-items.js create mode 100644 cache_buster/map/struct.Files.html create mode 100644 src/cache_buster/map.rs.html diff --git a/cache_buster/all.html b/cache_buster/all.html index d0b82ab..293afaf 100644 --- a/cache_buster/all.html +++ b/cache_buster/all.html @@ -3,5 +3,5 @@

List of all items[] -

Structs

Enums

+

Structs

Enums

\ No newline at end of file diff --git a/cache_buster/hash/enum.BusterBuilderError.html b/cache_buster/hash/enum.BusterBuilderError.html index 055ce44..90d0c6b 100644 --- a/cache_buster/hash/enum.BusterBuilderError.html +++ b/cache_buster/hash/enum.BusterBuilderError.html @@ -1,7 +1,7 @@ cache_buster::hash::BusterBuilderError - Rust

Enum cache_buster::hash::BusterBuilderError[][src]

#[non_exhaustive]pub enum BusterBuilderError {
+                Change settings

Enum cache_buster::hash::BusterBuilderError[][src]

#[non_exhaustive]pub enum BusterBuilderError {
     UninitializedField(&'static str),
     ValidationError(String),
 }

Error type for BusterBuilder

@@ -9,14 +9,14 @@ Variants (Non-exhaustive)
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
UninitializedField(&'static str)

Uninitialized field

ValidationError(String)

Custom validation error

-

Trait Implementations

impl Debug for BusterBuilderError[src]

impl Display for BusterBuilderError[src]

impl Error for BusterBuilderError[src]

Trait Implementations

impl Debug for BusterBuilderError[src]

impl Display for BusterBuilderError[src]

impl Error for BusterBuilderError[src]

impl From<String> for BusterBuilderError[src]

impl From<UninitializedFieldError> for BusterBuilderError[src]

impl From<String> for BusterBuilderError[src]

impl From<UninitializedFieldError> for BusterBuilderError[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]

Module cache_buster::hash[][src]

Structs

Buster
BusterBuilder

Builder for Buster.

Enums

BusterBuilderError

Error type for BusterBuilder

diff --git a/cache_buster/hash/struct.Buster.html b/cache_buster/hash/struct.Buster.html index d2df357..16f895f 100644 --- a/cache_buster/hash/struct.Buster.html +++ b/cache_buster/hash/struct.Buster.html @@ -1,9 +1,9 @@ cache_buster::hash::Buster - Rust

Struct cache_buster::hash::Buster[][src]

pub struct Buster { /* fields omitted */ }

Implementations

impl Buster[src]

pub fn init(&self) -> Result<(), Error>[src]

pub fn try_hash(&self) -> Result<HashMap<String, String>, Error>[src]

pub fn hash(&self) -> Result<HashMap<String, String>, Error>[src]

Trait Implementations

impl Clone for Buster[src]

Struct cache_buster::hash::Buster[][src]

pub struct Buster { /* fields omitted */ }

Implementations

impl Buster[src]

pub fn init(&self) -> Result<(), Error>[src]

pub fn try_hash(&self) -> Result<Files, Error>[src]

pub fn hash(&self) -> Result<Files, Error>[src]

Trait Implementations

impl Clone for Buster[src]

impl Debug for Buster[src]

impl Debug for Buster[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]