Struct redact_data::storage::redact::RedactDataStorer[][src]

pub struct RedactDataStorer { /* fields omitted */ }
Expand description

Stores an instance of a redact-backed data storer. The redact-store server is an example implementation of a redact storage backing.

Implementations

Instantiates a redact-backed data storer using a URL to the storage server.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Fetches one instance of a Data stored at that path. If the Data is an array, the first retrieved element is returned. Read more

Fetches all the instances of Data stored at that path. Use this if retrieving an array of Data. Read more

Serializes a piece of Data to the the database.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

TODO: once 1.33.0 is the minimum supported compiler version, remove Any::type_id_compat and use StdAny::type_id instead. https://github.com/rust-lang/rust/issues/27745 Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.