pub struct DavPathRef { /* private fields */ }
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.

The filename is the last segment of the path. Can be empty.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more