Struct cloud_filter::filter::info::Deleted
source · pub struct Deleted(/* private fields */);
Expand description
Information for the SyncFilter::deleted callback.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Deleted
impl RefUnwindSafe for Deleted
impl Send for Deleted
impl Sync for Deleted
impl Unpin for Deleted
impl UnwindSafe for Deleted
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