pub struct TrashDirectory {
pub path: PathBuf,
pub files_dir: PathBuf,
pub info_dir: PathBuf,
pub mount_point: Option<PathBuf>,
}Fields§
§path: PathBuf§files_dir: PathBuf§info_dir: PathBuf§mount_point: Option<PathBuf>Implementations§
Trait Implementations§
Source§impl Clone for TrashDirectory
impl Clone for TrashDirectory
Source§fn clone(&self) -> TrashDirectory
fn clone(&self) -> TrashDirectory
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TrashDirectory
impl RefUnwindSafe for TrashDirectory
impl Send for TrashDirectory
impl Sync for TrashDirectory
impl Unpin for TrashDirectory
impl UnsafeUnpin for TrashDirectory
impl UnwindSafe for TrashDirectory
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