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]