Struct libdav::dav::ListedResource
source · pub struct ListedResource {
pub details: ItemDetails,
pub href: String,
}Expand description
Metadata for a resource.
This type is returned when listing resources. It contains metadata on resources but no the resource data itself.
Fields§
§details: ItemDetails§href: StringAuto Trait Implementations§
impl RefUnwindSafe for ListedResource
impl Send for ListedResource
impl Sync for ListedResource
impl Unpin for ListedResource
impl UnwindSafe for ListedResource
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.