pub struct EnsureDirs {
pub absolute_paths: Vec<OsString>,
pub home_paths: Vec<OsString>,
}Expand description
A set of directories to be created
Fields§
§absolute_paths: Vec<OsString>§home_paths: Vec<OsString>Trait Implementations§
Source§impl Clone for EnsureDirs
impl Clone for EnsureDirs
Source§fn clone(&self) -> EnsureDirs
fn clone(&self) -> EnsureDirs
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 moreSource§impl Debug for EnsureDirs
impl Debug for EnsureDirs
Auto Trait Implementations§
impl Freeze for EnsureDirs
impl RefUnwindSafe for EnsureDirs
impl Send for EnsureDirs
impl Sync for EnsureDirs
impl Unpin for EnsureDirs
impl UnwindSafe for EnsureDirs
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