Docs.rs
bitwarden-send-1.0.0
bitwarden-send 1.0.0
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
bitwarden-devops-bot
Dependencies
base64 >=0.22.1, <0.23
normal
bitwarden-api-api =1.0.0
normal
bitwarden-core =1.0.0
normal
bitwarden-crypto =1.0.0
normal
chrono >=0.4.26, <0.5
normal
schemars >=0.8.9, <0.9
normal
serde >=1.0, <2.0
normal
serde_repr >=0.1.12, <0.2
normal
thiserror >=1.0.40, <2.0
normal
uniffi =0.28.1
normal
optional
uuid >=1.3.3, <2.0
normal
zeroize >=1.7.0, <2.0
normal
Versions
5.77%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
bitwarden_
send
1.0.0
Client
Sends
Ext
Required Methods
sends
Implementations on Foreign Types
Client
Implementors
In crate bitwarden_
send
bitwarden_send
Trait
ClientSendsExt
Copy item path
Source
pub trait ClientSendsExt<'a> { // Required method fn
sends
(&'a self) ->
ClientSends
<'a>; }
Required Methods
§
Source
fn
sends
(&'a self) ->
ClientSends
<'a>
Implementations on Foreign Types
§
Source
§
impl<'a>
ClientSendsExt
<'a> for
Client
Source
§
fn
sends
(&'a self) ->
ClientSends
<'a>
Implementors
§