Docs.rs
soma-ctf-0.1.0-alpha
soma-ctf 0.1.0-alpha
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Qwaz
Dependencies
bollard ^0.2.1
normal
clap ~2.32.0
normal
crossterm ^0.6.0
normal
dirs ^1.0.4
normal
failure ^0.1.5
normal
flate2 ^1.0.6
normal
fs2 ^0.4.3
normal
fs_extra ^1.1.0
normal
futures ^0.1.25
normal
git2 ^0.8.0
normal
handlebars ^1.1.0
normal
hyper ^0.12.24
normal
lazy_static ^1.2.0
normal
path-slash ^0.1.1
normal
regex ^1.1.0
normal
remove_dir_all ^0.5.1
normal
serde ^1.0.88
normal
serde_cbor ^0.9.0
normal
tar ^0.4.20
normal
tempfile ^3.0.6
normal
tokio ^0.1.15
normal
toml ^0.4.10
normal
typetag ^0.1.1
normal
url ^1.7.2
normal
whoami ^0.4.1
normal
matches ^0.1.8
dev
serde_test ^1.0.88
dev
Versions
0%
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
soma
0.1.0-alpha
Backend
Clone
Required Methods
clone_box
Implementors
In soma::
repository::
backend
soma
::
repository
::
backend
Trait
BackendClone
Copy item path
Source
pub trait BackendClone { // Required method fn
clone_box
(&self) ->
Box
<dyn
Backend
>; }
Required Methods
§
Source
fn
clone_box
(&self) ->
Box
<dyn
Backend
>
Implementors
§
Source
§
impl<T>
BackendClone
for T
where T: 'static +
Backend
+
Clone
,