pub(crate) struct SegmentPath(PathBuf);Expand description
The path representation of a segment.
Segments represent the Os, Purpose, Context or Technology in the path for
a verifier.
§Note
A segment path is guaranteed to be a relative path, that does not contain a path separator character.
Tuple Fields§
§0: PathBufImplementations§
Source§impl SegmentPath
impl SegmentPath
Trait Implementations§
Source§impl AsRef<Path> for SegmentPath
impl AsRef<Path> for SegmentPath
Source§impl Debug for SegmentPath
impl Debug for SegmentPath
Source§impl FromStr for SegmentPath
impl FromStr for SegmentPath
Auto Trait Implementations§
impl Freeze for SegmentPath
impl RefUnwindSafe for SegmentPath
impl Send for SegmentPath
impl Sync for SegmentPath
impl Unpin for SegmentPath
impl UnwindSafe for SegmentPath
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