Struct workspace2::OpenPaths
source · pub struct OpenPaths {
pub paths: Vec<PathBuf>,
}
Fields§
§paths: Vec<PathBuf>
Trait Implementations§
source§impl PartialEq<OpenPaths> for OpenPaths
impl PartialEq<OpenPaths> for OpenPaths
impl StructuralPartialEq for OpenPaths
Auto Trait Implementations§
impl RefUnwindSafe for OpenPaths
impl Send for OpenPaths
impl Sync for OpenPaths
impl Unpin for OpenPaths
impl UnwindSafe for OpenPaths
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