pub struct Delete(/* private fields */);
Expand description
Information for the SyncFilter::delete callback.
Implementations§
Source§impl Delete
impl Delete
Sourcepub fn is_directory(&self) -> bool
pub fn is_directory(&self) -> bool
Whether or not the placeholder being deleted is a directory.
Sourcepub fn is_undelete(&self) -> bool
pub fn is_undelete(&self) -> bool
The placeholder is being undeleted.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Delete
impl RefUnwindSafe for Delete
impl Send for Delete
impl Sync for Delete
impl Unpin for Delete
impl UnwindSafe for Delete
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