Enum bsv_wasm::script::DataLengthConstraints [−][src]
pub enum DataLengthConstraints {
Equals,
GreaterThan,
LessThan,
GreaterThanOrEquals,
LessThanOrEquals,
}Variants
Equals
GreaterThan
LessThan
GreaterThanOrEquals
LessThanOrEquals
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DataLengthConstraints
impl Send for DataLengthConstraints
impl Sync for DataLengthConstraints
impl Unpin for DataLengthConstraints
impl UnwindSafe for DataLengthConstraints
Blanket Implementations
Mutably borrows from an owned value. Read more
