pub struct WaiverItem {Show 13 fields
pub waiver_id: ArtifactId,
pub finding_kind: EligibleFindingKind,
pub key_input: FindingKeyInput,
pub finding_key: Digest,
pub authorized_fact: Fact,
pub authorized_fact_digest: Digest,
pub candidate_tree: TreeIdentity,
pub owner: OwnerId,
pub issuer: OwnerId,
pub reason: String,
pub created_at: UtcInstant,
pub not_before: UtcInstant,
pub expires_at: UtcInstant,
}Fields§
§waiver_id: ArtifactId§finding_kind: EligibleFindingKind§key_input: FindingKeyInput§finding_key: Digest§candidate_tree: TreeIdentity§owner: OwnerId§issuer: OwnerId§reason: String§created_at: UtcInstant§not_before: UtcInstant§expires_at: UtcInstantTrait Implementations§
Source§impl Clone for WaiverItem
impl Clone for WaiverItem
Source§fn clone(&self) -> WaiverItem
fn clone(&self) -> WaiverItem
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 WaiverItem
impl Debug for WaiverItem
impl Eq for WaiverItem
Source§impl PartialEq for WaiverItem
impl PartialEq for WaiverItem
impl StructuralPartialEq for WaiverItem
Auto Trait Implementations§
impl Freeze for WaiverItem
impl RefUnwindSafe for WaiverItem
impl Send for WaiverItem
impl Sync for WaiverItem
impl Unpin for WaiverItem
impl UnsafeUnpin for WaiverItem
impl UnwindSafe for WaiverItem
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