pub struct DirSource {
pub path: PathBuf,
}
Fields§
§path: PathBuf
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DirSource
impl RefUnwindSafe for DirSource
impl Send for DirSource
impl Sync for DirSource
impl Unpin for DirSource
impl UnwindSafe for DirSource
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