pub struct ProviderNoticeSource {
pub id: String,
pub page_url: String,
pub release: String,
pub archive_sha256: String,
pub terms_url: String,
}Expand description
One audited archive listed in a rendered-artifact notice.
Fields§
§id: StringPack-local source ID. The primary source always uses primary.
page_url: StringOfficial source page.
release: StringAudited upstream release identifier.
archive_sha256: StringComplete official source archive SHA-256.
terms_url: StringTerms reviewed for this source.
Trait Implementations§
Source§impl Clone for ProviderNoticeSource
impl Clone for ProviderNoticeSource
Source§fn clone(&self) -> ProviderNoticeSource
fn clone(&self) -> ProviderNoticeSource
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 ProviderNoticeSource
impl Debug for ProviderNoticeSource
impl Eq for ProviderNoticeSource
Source§impl PartialEq for ProviderNoticeSource
impl PartialEq for ProviderNoticeSource
impl StructuralPartialEq for ProviderNoticeSource
Auto Trait Implementations§
impl Freeze for ProviderNoticeSource
impl RefUnwindSafe for ProviderNoticeSource
impl Send for ProviderNoticeSource
impl Sync for ProviderNoticeSource
impl Unpin for ProviderNoticeSource
impl UnsafeUnpin for ProviderNoticeSource
impl UnwindSafe for ProviderNoticeSource
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