Enum dubp_documents_parser::prelude::Rule [−][src]
pub enum Rule {
Show variants
EOI,
nl,
hexa_upper,
base58,
base64,
no_zero_u_int,
u_int,
hash,
currency,
pubkey,
uid,
block_id,
blockstamp,
ed25519_sig,
v10,
idty_v10,
idty,
membership_in,
membership_out,
membership_v10,
membership,
cert_v10,
cert,
revoc_v10,
revoc,
tx_locktime,
tx_amount,
tx_amount_base,
du_block_id,
tx_index,
input_index,
issuer_index,
xhx_secret,
csv_duration,
cltv_timestamp,
tx_input,
tx_input_du,
tx_input_tx,
tx_unlock,
unlock_cond,
unlock_sig,
unlock_xhx,
output_single_cond,
output_cond_sig,
output_cond_xhx,
output_cond_csv,
output_cond_cltv,
operation,
output_cond_op_and,
output_cond_op_or,
output_conds,
output_conds_expr,
output_conds_brackets_expr,
term,
tx_output,
tx_comment_char,
tx_comment,
tx_v10,
tx,
document_v10,
document,
}Variants
Trait Implementations
impl Ord for Rule[src]
impl Ord for Rule[src]impl PartialOrd<Rule> for Rule[src]
impl PartialOrd<Rule> for Rule[src]fn partial_cmp(&self, other: &Rule) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &Rule) -> Option<Ordering>[src]This method returns an ordering between self and other values if one exists. Read more
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than (for self and other) and is used by the < operator. Read more
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Copy for Rule[src]
impl Eq for Rule[src]
impl StructuralEq for Rule[src]
impl StructuralPartialEq for Rule[src]
Auto Trait Implementations
impl RefUnwindSafe for Rule
impl Send for Rule
impl Sync for Rule
impl Unpin for Rule
impl UnwindSafe for Rule
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for Timpl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T> RuleType for T where
T: Copy + Debug + Eq + Hash + Ord, [src]
T: Copy + Debug + Eq + Hash + Ord,