Struct weighted_regexp::Match [] [src]

pub struct Match(_);

Trait Implementations

impl Copy for Match
[src]

impl Clone for Match
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Add for Match
[src]

The resulting type after applying the + operator

The method for the + operator

impl Zero for Match
[src]

Returns the additive identity element of Self, 0. Read more

Returns true if self is equal to the additive identity.

impl Mul for Match
[src]

The resulting type after applying the * operator

The method for the * operator

impl One for Match
[src]

Returns the multiplicative identity element of Self, 1. Read more