Struct dittolive_ditto::disk_usage::DiskUsageObserver
source · [−]pub struct DiskUsageObserver { /* private fields */ }
Expand description
Handle returned by DiskUsage::observe
.
Keep it in scope as long you want to receive updates on a given Ditto Subdirectory.
Auto Trait Implementations
impl !RefUnwindSafe for DiskUsageObserver
impl !Send for DiskUsageObserver
impl !Sync for DiskUsageObserver
impl Unpin for DiskUsageObserver
impl !UnwindSafe for DiskUsageObserver
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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
impl<T> CompatExt for T
impl<T> CompatExt for T
fn compat_ref(&self) -> Compat<&T>
fn compat_ref(&self) -> Compat<&T>
Applies the [
Compat
] adapter by shared reference. Read morefn compat_mut(&mut self) -> Compat<&mut T>
fn compat_mut(&mut self) -> Compat<&mut T>
Applies the [
Compat
] adapter by mutable reference. Read more