Struct cyfs_bdt::AtomicStatisticTask
source · [−]pub struct AtomicStatisticTask { /* private fields */ }Implementations
Trait Implementations
sourceimpl Display for AtomicStatisticTask
impl Display for AtomicStatisticTask
sourceimpl StatisticTask for AtomicStatisticTask
impl StatisticTask for AtomicStatisticTask
fn reset(&self)
fn stat(&self) -> BuckyResult<Box<dyn PerfDataAbstract>>
fn on_stat(&self, size: u64) -> BuckyResult<Box<dyn PerfDataAbstract>>
Auto Trait Implementations
impl RefUnwindSafe for AtomicStatisticTask
impl Send for AtomicStatisticTask
impl Sync for AtomicStatisticTask
impl Unpin for AtomicStatisticTask
impl UnwindSafe for AtomicStatisticTask
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more