pub struct PathUrl { /* private fields */ }Expand description
Local file path URL: /path/to/repo or file:///path/to/repo
Implementations§
Trait Implementations§
impl Eq for PathUrl
impl StructuralPartialEq for PathUrl
Auto Trait Implementations§
impl Freeze for PathUrl
impl RefUnwindSafe for PathUrl
impl Send for PathUrl
impl Sync for PathUrl
impl Unpin for PathUrl
impl UnwindSafe for PathUrl
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