pub struct ProjectRelativePath(/* private fields */);Expand description
Repository-relative path that cannot escape a project root when joined.
Implementations§
Trait Implementations§
Source§impl Clone for ProjectRelativePath
impl Clone for ProjectRelativePath
Source§fn clone(&self) -> ProjectRelativePath
fn clone(&self) -> ProjectRelativePath
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProjectRelativePath
impl Debug for ProjectRelativePath
impl Eq for ProjectRelativePath
Source§impl Hash for ProjectRelativePath
impl Hash for ProjectRelativePath
Source§impl PartialEq for ProjectRelativePath
impl PartialEq for ProjectRelativePath
impl StructuralPartialEq for ProjectRelativePath
Auto Trait Implementations§
impl Freeze for ProjectRelativePath
impl RefUnwindSafe for ProjectRelativePath
impl Send for ProjectRelativePath
impl Sync for ProjectRelativePath
impl Unpin for ProjectRelativePath
impl UnsafeUnpin for ProjectRelativePath
impl UnwindSafe for ProjectRelativePath
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