pub struct UpdateVerificationLog { /* private fields */ }Expand description
In-memory log of all update verification attempts.
Implementations§
Source§impl UpdateVerificationLog
impl UpdateVerificationLog
pub fn entries(&self) -> &[UpdateVerificationEntry]
Trait Implementations§
Source§impl Debug for UpdateVerificationLog
impl Debug for UpdateVerificationLog
Source§impl Default for UpdateVerificationLog
impl Default for UpdateVerificationLog
Source§fn default() -> UpdateVerificationLog
fn default() -> UpdateVerificationLog
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateVerificationLog
impl RefUnwindSafe for UpdateVerificationLog
impl Send for UpdateVerificationLog
impl Sync for UpdateVerificationLog
impl Unpin for UpdateVerificationLog
impl UnsafeUnpin for UpdateVerificationLog
impl UnwindSafe for UpdateVerificationLog
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