Enum dav_server::davpath::ParseError [−][src]
pub enum ParseError {
InvalidPath,
PrefixMismatch,
ForbiddenPath,
}Expand description
Error returned by some of the DavPath methods.
Variants
InvalidPath
cannot parse
PrefixMismatch
outside of prefix
ForbiddenPath
too many dotdots
Trait Implementations
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
👎 Deprecated since 1.33.0:
replaced by Error::source, which can support downcasting
The lower-level source of this error, if any. Read more
Auto Trait Implementations
impl RefUnwindSafe for ParseError
impl Send for ParseError
impl Sync for ParseError
impl Unpin for ParseError
impl UnwindSafe for ParseError
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
