pub struct UpdateVerificationEntry {
pub decision: UpdateVerifyDecision,
pub package_id: String,
pub version: String,
pub publisher_id: String,
pub message: String,
}Expand description
A single entry in the update verification audit trail.
Fields§
§decision: UpdateVerifyDecision§package_id: String§version: String§publisher_id: String§message: StringTrait Implementations§
Source§impl Clone for UpdateVerificationEntry
impl Clone for UpdateVerificationEntry
Source§fn clone(&self) -> UpdateVerificationEntry
fn clone(&self) -> UpdateVerificationEntry
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 UpdateVerificationEntry
impl Debug for UpdateVerificationEntry
Source§impl PartialEq for UpdateVerificationEntry
impl PartialEq for UpdateVerificationEntry
impl Eq for UpdateVerificationEntry
impl StructuralPartialEq for UpdateVerificationEntry
Auto Trait Implementations§
impl Freeze for UpdateVerificationEntry
impl RefUnwindSafe for UpdateVerificationEntry
impl Send for UpdateVerificationEntry
impl Sync for UpdateVerificationEntry
impl Unpin for UpdateVerificationEntry
impl UnsafeUnpin for UpdateVerificationEntry
impl UnwindSafe for UpdateVerificationEntry
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