Struct rdf::reader::input_reader::InputChars [] [src]

pub struct InputChars { /* fields omitted */ }

Represents a sequence of read input characters.

Methods

impl InputChars
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for InputChars
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InputChars
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl ToString for InputChars
[src]

[src]

Converts the given value to a String. Read more

impl Index<usize> for InputChars
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

Auto Trait Implementations

impl Send for InputChars

impl Sync for InputChars