pub struct FetchPlaceholders(/* private fields */);
Expand description
Information for the SyncFilter::fetch_placeholders callback.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FetchPlaceholders
impl RefUnwindSafe for FetchPlaceholders
impl !Send for FetchPlaceholders
impl !Sync for FetchPlaceholders
impl Unpin for FetchPlaceholders
impl UnwindSafe for FetchPlaceholders
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