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§
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