Docs.rs
burrito-secrets-0.0.0-a3
burrito-secrets 0.0.0-a3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
mahmoud-moursy
Dependencies
anyhow ^1.0
normal
bson ^2.11
normal
dryoc ^0.6.0
normal
serde ^1.0
normal
Versions
1.72%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Entry
burrito_
secrets
0.0.0-a3
Entry
Aliased Type
Trait Implementations
Metadata
In burrito_
secrets::
database
burrito_secrets
::
database
Type Alias
Entry
Copy item path
Source
pub type Entry =
Document
;
Aliased Type
§
pub struct Entry {
/* private fields */
}
Trait Implementations
§
Source
§
impl
Metadata
for
Entry
Source
§
fn
get_meta
(&self, key: &
str
) ->
Option
<&
Bson
>
Source
§
fn
set_meta
(&mut self, metadata: (&
str
, impl
Serialize
))
Source
§
fn
add_meta
(&mut self, metadata: (&
str
, impl
Serialize
))
Source
§
fn
with_meta
(self, metadata: (&
str
, impl
Serialize
)) -> Self
Source
§
fn
and_meta
(self, metadata: (&
str
, impl
Serialize
)) -> Self
Source
§
fn
and_defaults
<T:
Waiter
>(self) -> Self