Struct dittolive_ditto::disk_usage::DiskUsageObserverCtx
source · pub struct DiskUsageObserverCtx<F: ?Sized + DiskUsageCallback> { /* 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<F: ?Sized> RefUnwindSafe for DiskUsageObserverCtx<F>where F: RefUnwindSafe,
impl<F: ?Sized> Send for DiskUsageObserverCtx<F>
impl<F: ?Sized> Sync for DiskUsageObserverCtx<F>where F: Sync,
impl<F: ?Sized> Unpin for DiskUsageObserverCtx<F>where F: Unpin,
impl<F: ?Sized> UnwindSafe for DiskUsageObserverCtx<F>where F: UnwindSafe,
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