pub struct FileSystemRoots {
pub roots: Vec<(String, PathBuf)>,
}
Fields§
§roots: Vec<(String, PathBuf)>
Implementations§
Trait Implementations§
Source§impl Clone for FileSystemRoots
impl Clone for FileSystemRoots
Source§fn clone(&self) -> FileSystemRoots
fn clone(&self) -> FileSystemRoots
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 FileSystemRoots
impl Debug for FileSystemRoots
Source§impl Default for FileSystemRoots
impl Default for FileSystemRoots
Source§fn default() -> FileSystemRoots
fn default() -> FileSystemRoots
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FileSystemRoots
impl RefUnwindSafe for FileSystemRoots
impl Send for FileSystemRoots
impl Sync for FileSystemRoots
impl Unpin for FileSystemRoots
impl UnwindSafe for FileSystemRoots
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