Struct core::str::pattern::EmptyNeedle [] [src]

struct EmptyNeedle {
    position: usize,
    end: usize,
    is_match_fw: bool,
    is_match_bw: bool,
}
Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized

Fields

position
Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized

end
Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized

is_match_fw
Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized

is_match_bw
Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized

Trait Implementations

Derived Implementations

impl Debug for EmptyNeedle

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for EmptyNeedle

fn clone(&self) -> EmptyNeedle

fn clone_from(&mut self, source: &Self)