Enum ckb_std::ckb_constants::InputField [−][src]
#[repr(u64)]
pub enum InputField {
OutPoint,
Since,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InputField
impl Send for InputField
impl Sync for InputField
impl Unpin for InputField
impl UnwindSafe for InputField
Blanket Implementations
Mutably borrows from an owned value. Read more