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> Freeze for DiskUsageObserverCtx<F>
impl<F> RefUnwindSafe for DiskUsageObserverCtx<F>where
F: RefUnwindSafe + ?Sized,
impl<F> Send for DiskUsageObserverCtx<F>where
F: ?Sized,
impl<F> Sync for DiskUsageObserverCtx<F>
impl<F> Unpin for DiskUsageObserverCtx<F>
impl<F> UnwindSafe for DiskUsageObserverCtx<F>where
F: UnwindSafe + ?Sized,
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