pub(crate) struct BlobfsCheckerboard;
Trait Implementations§
source§impl Clone for BlobfsCheckerboard
impl Clone for BlobfsCheckerboard
source§fn clone(&self) -> BlobfsCheckerboard
fn clone(&self) -> BlobfsCheckerboard
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Test for BlobfsCheckerboard
impl Test for BlobfsCheckerboard
source§fn setup<'async_trait>(
self: Arc<Self>,
device_label: String,
device_path: Option<String>,
seed: u64
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>where
Self: 'async_trait,
fn setup<'async_trait>( self: Arc<Self>, device_label: String, device_path: Option<String>, seed: u64 ) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>where Self: 'async_trait,
Setup the test run on the given block_device.