pub enum UpdateVerifyDecision {
Accepted,
Rejected,
}Expand description
Outcome recorded in UpdateVerificationLog for every verification attempt.
Variants§
Trait Implementations§
Source§impl Clone for UpdateVerifyDecision
impl Clone for UpdateVerifyDecision
Source§fn clone(&self) -> UpdateVerifyDecision
fn clone(&self) -> UpdateVerifyDecision
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 UpdateVerifyDecision
impl Debug for UpdateVerifyDecision
Source§impl PartialEq for UpdateVerifyDecision
impl PartialEq for UpdateVerifyDecision
impl Eq for UpdateVerifyDecision
impl StructuralPartialEq for UpdateVerifyDecision
Auto Trait Implementations§
impl Freeze for UpdateVerifyDecision
impl RefUnwindSafe for UpdateVerifyDecision
impl Send for UpdateVerifyDecision
impl Sync for UpdateVerifyDecision
impl Unpin for UpdateVerifyDecision
impl UnsafeUnpin for UpdateVerifyDecision
impl UnwindSafe for UpdateVerifyDecision
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