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