pub struct CancelFetchPlaceholders(/* private fields */);
Expand description
Information for the 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