pub enum DropData {
None,
Files(Vec<PathBuf>),
}Variants§
Trait Implementations§
impl StructuralPartialEq for DropData
Auto Trait Implementations§
impl Freeze for DropData
impl RefUnwindSafe for DropData
impl Send for DropData
impl Sync for DropData
impl Unpin for DropData
impl UnsafeUnpin for DropData
impl UnwindSafe for DropData
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