Struct dav_server::davpath::DavPathRef [−][src]
pub struct DavPathRef { /* fields omitted */ }Expand description
Reference to DavPath, no prefix.
It’s what you get when you Deref DavPath, and returned by DavPath::with_prefix().
Implementations
as raw bytes, not encoded, no prefix.
as OS specific Path. never ends in “/”.
as URL encoded string, with prefix.
is this a collection i.e. does the original URL path end in “/”.
as OS specific Path, relative (remove first slash)
Used to push() onto a pathbuf.
The filename is the last segment of the path. Can be empty.
