Struct ra_ap_base_db::AnchoredPathBuf [−][src]
Expand description
Path relative to a file.
Owned version of AnchoredPath.
Fields
anchor: FileIdFile that this path is relative to.
path: StringPath relative to anchor’s containing directory.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AnchoredPathBuf
impl Send for AnchoredPathBuf
impl Sync for AnchoredPathBuf
impl Unpin for AnchoredPathBuf
impl UnwindSafe for AnchoredPathBuf
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.