pub enum VerificationType {
Inherent,
Property(Property),
}
Expand description
Whether we are verifying the inherent property or a standard property.
Variants§
Auto Trait Implementations§
impl Freeze for VerificationType
impl RefUnwindSafe for VerificationType
impl Send for VerificationType
impl Sync for VerificationType
impl Unpin for VerificationType
impl UnwindSafe for VerificationType
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