Struct dav_server::DavMethodSet [−][src]
pub struct DavMethodSet(_);Expand description
A set of allowed DavMethods.
Implementations
New set, all methods allowed.
New empty set.
Generate an DavMethodSet from a list of words.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DavMethodSet
impl Send for DavMethodSet
impl Sync for DavMethodSet
impl Unpin for DavMethodSet
impl UnwindSafe for DavMethodSet
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
