pub struct UnlinkFile { /* private fields */ }Expand description
A benchmark that measures how long it takes to unlink a file.
Implementations§
Source§impl UnlinkFile
impl UnlinkFile
Trait Implementations§
Source§impl<T: Filesystem> Benchmark<T> for UnlinkFile
impl<T: Filesystem> Benchmark<T> for UnlinkFile
Source§impl Clone for UnlinkFile
impl Clone for UnlinkFile
Source§fn clone(&self) -> UnlinkFile
fn clone(&self) -> UnlinkFile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for UnlinkFile
impl RefUnwindSafe for UnlinkFile
impl Send for UnlinkFile
impl Sync for UnlinkFile
impl Unpin for UnlinkFile
impl UnsafeUnpin for UnlinkFile
impl UnwindSafe for UnlinkFile
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]