pub struct PathAddress { /* private fields */ }Expand description
Local file path address: /path/to/repo or file:///path/to/repo
Implementations§
Trait Implementations§
Source§impl Clone for PathAddress
impl Clone for PathAddress
Source§fn clone(&self) -> PathAddress
fn clone(&self) -> PathAddress
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 PathAddress
impl Debug for PathAddress
Source§impl FromStr for PathAddress
impl FromStr for PathAddress
Source§impl PartialEq for PathAddress
impl PartialEq for PathAddress
impl Eq for PathAddress
impl StructuralPartialEq for PathAddress
Auto Trait Implementations§
impl Freeze for PathAddress
impl RefUnwindSafe for PathAddress
impl Send for PathAddress
impl Sync for PathAddress
impl Unpin for PathAddress
impl UnsafeUnpin for PathAddress
impl UnwindSafe for PathAddress
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