pub enum IntegrityFindingClass {
Corruption,
IncompatiblePersistedFormat,
ResourceLimited,
}Expand description
Broad machine-readable integrity finding class.
Variants§
Corruption
Accepted or physical bytes are corrupt.
IncompatiblePersistedFormat
Current-form persisted bytes cannot be decoded by this build.
ResourceLimited
A required bounded proof could not be completed.
Trait Implementations§
Source§impl CandidType for IntegrityFindingClass
impl CandidType for IntegrityFindingClass
Source§impl Clone for IntegrityFindingClass
impl Clone for IntegrityFindingClass
Source§fn clone(&self) -> IntegrityFindingClass
fn clone(&self) -> IntegrityFindingClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IntegrityFindingClass
Source§impl Debug for IntegrityFindingClass
impl Debug for IntegrityFindingClass
Source§impl<'de> Deserialize<'de> for IntegrityFindingClass
impl<'de> Deserialize<'de> for IntegrityFindingClass
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for IntegrityFindingClass
Source§impl PartialEq for IntegrityFindingClass
impl PartialEq for IntegrityFindingClass
impl StructuralPartialEq for IntegrityFindingClass
Auto Trait Implementations§
impl Freeze for IntegrityFindingClass
impl RefUnwindSafe for IntegrityFindingClass
impl Send for IntegrityFindingClass
impl Sync for IntegrityFindingClass
impl Unpin for IntegrityFindingClass
impl UnsafeUnpin for IntegrityFindingClass
impl UnwindSafe for IntegrityFindingClass
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