pub struct VerificationInfoV2 {
pub verified: bool,
pub inlined: bool,
}
Expand description
The annotation for information about verification.
Fields§
§verified: bool
Whether the function is target of verification.
inlined: bool
Whether the function needs to have an inlined variant since it is called from a verified function and is not opaque.
Trait Implementations§
source§impl Clone for VerificationInfoV2
impl Clone for VerificationInfoV2
source§fn clone(&self) -> VerificationInfoV2
fn clone(&self) -> VerificationInfoV2
Returns a copy 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 Default for VerificationInfoV2
impl Default for VerificationInfoV2
source§fn default() -> VerificationInfoV2
fn default() -> VerificationInfoV2
Returns the “default value” for a type. Read more