pub enum DavProtocolErrorKind {
BadRequest,
PreconditionFailed,
}Expand description
Stable protocol error classification for transport adapters.
Variants§
Trait Implementations§
Source§impl Clone for DavProtocolErrorKind
impl Clone for DavProtocolErrorKind
Source§fn clone(&self) -> DavProtocolErrorKind
fn clone(&self) -> DavProtocolErrorKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DavProtocolErrorKind
impl Debug for DavProtocolErrorKind
Source§impl PartialEq for DavProtocolErrorKind
impl PartialEq for DavProtocolErrorKind
Source§fn eq(&self, other: &DavProtocolErrorKind) -> bool
fn eq(&self, other: &DavProtocolErrorKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DavProtocolErrorKind
impl Eq for DavProtocolErrorKind
impl StructuralPartialEq for DavProtocolErrorKind
Auto Trait Implementations§
impl Freeze for DavProtocolErrorKind
impl RefUnwindSafe for DavProtocolErrorKind
impl Send for DavProtocolErrorKind
impl Sync for DavProtocolErrorKind
impl Unpin for DavProtocolErrorKind
impl UnsafeUnpin for DavProtocolErrorKind
impl UnwindSafe for DavProtocolErrorKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.