Struct DublinCoreTerms
pub struct DublinCoreTerms {Show 15 fields
pub relation: Vec<Uri>,
pub conforms_to: Vec<Uri>,
pub has_format: Vec<Uri>,
pub is_format_of: Vec<Uri>,
pub has_part: Vec<Uri>,
pub is_part_of: Vec<Uri>,
pub has_version: Vec<Uri>,
pub is_version_of: Vec<Uri>,
pub references: Vec<Uri>,
pub is_referenced_by: Vec<Uri>,
pub replaces: Vec<Uri>,
pub is_replaced_by: Vec<Uri>,
pub requires: Vec<Uri>,
pub is_required_by: Vec<Uri>,
pub source: Vec<Uri>,
}http and rss and std only.Expand description
DCMI Metadata Terms relationship fields for a feed item or Atom entry.
Fields§
§relation: Vec<Uri>A related resource.
conforms_to: Vec<Uri>An established standard to which the described resource conforms.
has_format: Vec<Uri>A substantially equivalent resource in another format.
is_format_of: Vec<Uri>A resource that is substantially equivalent but in another format.
has_part: Vec<Uri>A resource included physically or logically in the described resource.
is_part_of: Vec<Uri>A resource that physically or logically includes the described resource.
has_version: Vec<Uri>A version, edition, or adaptation of the described resource.
is_version_of: Vec<Uri>A resource of which the described resource is a version, edition, or adaptation.
references: Vec<Uri>A resource referenced, cited, or otherwise pointed to by the described resource.
is_referenced_by: Vec<Uri>A resource that references, cites, or otherwise points to the described resource.
replaces: Vec<Uri>A resource supplanted, displaced, or superseded by the described resource.
is_replaced_by: Vec<Uri>A resource that supplants, displaces, or supersedes the described resource.
requires: Vec<Uri>A resource required by the described resource for its function, delivery, or coherence.
is_required_by: Vec<Uri>A resource that requires the described resource for its function, delivery, or coherence.
source: Vec<Uri>A related resource from which the described resource is derived.
Implementations§
§impl DublinCoreTerms
impl DublinCoreTerms
Trait Implementations§
§impl Clone for DublinCoreTerms
impl Clone for DublinCoreTerms
§fn clone(&self) -> DublinCoreTerms
fn clone(&self) -> DublinCoreTerms
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more§impl Debug for DublinCoreTerms
impl Debug for DublinCoreTerms
§impl Default for DublinCoreTerms
impl Default for DublinCoreTerms
§fn default() -> DublinCoreTerms
fn default() -> DublinCoreTerms
§impl PartialEq for DublinCoreTerms
impl PartialEq for DublinCoreTerms
impl StructuralPartialEq for DublinCoreTerms
Auto Trait Implementations§
impl Freeze for DublinCoreTerms
impl RefUnwindSafe for DublinCoreTerms
impl Send for DublinCoreTerms
impl Sync for DublinCoreTerms
impl Unpin for DublinCoreTerms
impl UnsafeUnpin for DublinCoreTerms
impl UnwindSafe for DublinCoreTerms
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> FutureExt for T
impl<T> FutureExt for T
§fn with_context(self, otel_cx: Context) -> WithContext<Self> ⓘ
fn with_context(self, otel_cx: Context) -> WithContext<Self> ⓘ
§fn with_current_context(self) -> WithContext<Self> ⓘ
fn with_current_context(self) -> WithContext<Self> ⓘ
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T in a rama_grpc::Request§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
§fn and<P, B, E>(self, other: P) -> And<T, P>
fn and<P, B, E>(self, other: P) -> And<T, P>
Policy that returns Action::Follow only if self and other return
Action::Follow. Read more