Struct libdav::FindHomeSetError
source · pub struct FindHomeSetError(pub DavError);Expand description
Error finding home set.
Tuple Fields§
§0: DavErrorTrait Implementations§
source§impl Debug for FindHomeSetError
impl Debug for FindHomeSetError
source§impl Display for FindHomeSetError
impl Display for FindHomeSetError
source§impl Error for FindHomeSetError
impl Error for FindHomeSetError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<FindHomeSetError> for BootstrapError
impl From<FindHomeSetError> for BootstrapError
source§fn from(source: FindHomeSetError) -> Self
fn from(source: FindHomeSetError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for FindHomeSetError
impl Send for FindHomeSetError
impl Sync for FindHomeSetError
impl Unpin for FindHomeSetError
impl !UnwindSafe for FindHomeSetError
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<Source, Target> OctetsInto<Target> for Sourcewhere
Target: OctetsFrom<Source>,
impl<Source, Target> OctetsInto<Target> for Sourcewhere Target: OctetsFrom<Source>,
source§fn octets_into(self) -> Result<Target, ShortBuf>
fn octets_into(self) -> Result<Target, ShortBuf>
Performs the conversion.