pub struct PodcastIntegrity {
pub type_: String,
pub value: String,
}Expand description
Podcast 2.0 integrity verification for alternate enclosures
Cryptographic integrity check for enclosure sources.
Fields§
§type_: StringIntegrity type (type attribute): “sri” or “pgp-signature”
value: StringIntegrity value (text content)
Trait Implementations§
Source§impl Clone for PodcastIntegrity
impl Clone for PodcastIntegrity
Source§fn clone(&self) -> PodcastIntegrity
fn clone(&self) -> PodcastIntegrity
Returns a duplicate of the value. Read more
1.0.0 · 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 PodcastIntegrity
impl Debug for PodcastIntegrity
Source§impl Default for PodcastIntegrity
impl Default for PodcastIntegrity
Source§fn default() -> PodcastIntegrity
fn default() -> PodcastIntegrity
Returns the “default value” for a type. Read more
Source§impl PartialEq for PodcastIntegrity
impl PartialEq for PodcastIntegrity
impl Eq for PodcastIntegrity
impl StructuralPartialEq for PodcastIntegrity
Auto Trait Implementations§
impl Freeze for PodcastIntegrity
impl RefUnwindSafe for PodcastIntegrity
impl Send for PodcastIntegrity
impl Sync for PodcastIntegrity
impl Unpin for PodcastIntegrity
impl UnsafeUnpin for PodcastIntegrity
impl UnwindSafe for PodcastIntegrity
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