Struct reproto_core::Selection [] [src]

pub struct Selection { /* fields omitted */ }

Methods

impl Selection
[src]

[src]

[src]

Take the given value, removing it in the process.

Important traits for Vec<u8>
[src]

Take the given value, removing it in the process.

[src]

Take a single word.

[src]

Get an iterator over unused positions.

Trait Implementations

impl Debug for Selection
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Selection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Selection

impl Sync for Selection