pub struct PathDisplayOptions<'a> {
pub mode: PathDisplayMode,
pub abbrev_length: usize,
pub workspace_folder_paths: &'a [PathBuf],
pub root_folder_path: Option<&'a PathBuf>,
}Fields§
§mode: PathDisplayMode§abbrev_length: usize§workspace_folder_paths: &'a [PathBuf]§root_folder_path: Option<&'a PathBuf>Auto Trait Implementations§
impl<'a> Freeze for PathDisplayOptions<'a>
impl<'a> RefUnwindSafe for PathDisplayOptions<'a>
impl<'a> Send for PathDisplayOptions<'a>
impl<'a> Sync for PathDisplayOptions<'a>
impl<'a> Unpin for PathDisplayOptions<'a>
impl<'a> UnwindSafe for PathDisplayOptions<'a>
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