Struct dav_server::davpath::DavPath [−][src]
pub struct DavPath { /* fields omitted */ }Expand description
URL path, with hidden prefix.
Implementations
Set prefix.
Return a DavPathRef that refers to the entire URL path with prefix.
from request.uri
Methods from Deref<Target = DavPathRef>
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.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DavPath
impl UnwindSafe for DavPath
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
