pub struct FetchPlaceholders { /* private fields */ }
Expand description
A ticket for the SyncFilter::fetch_placeholders callback.
Implementations§
Source§impl FetchPlaceholders
impl FetchPlaceholders
Sourcepub fn pass_with_placeholder(
&self,
placeholders: &mut [PlaceholderFile],
) -> Result<()>
pub fn pass_with_placeholder( &self, placeholders: &mut [PlaceholderFile], ) -> Result<()>
Creates a list of placeholder files/directorys on the file system.
The value returned is the final Usn (and if they succeeded) after each placeholder is created.
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