Struct reproto_core::Source [] [src]

pub struct Source { /* fields omitted */ }

Methods

impl Source
[src]

[src]

Create a new empty source.

[src]

Create a new empty source.

[src]

Create a new bytes source.

[src]

Create a new path source.

[src]

Create an source from stdin.

[src]

Access the path of the source.

[src]

Access the URL for this source if it is a rope.

[src]

Access the URL for this source.

[src]

Access a rope.

[src]

Access a mutable rope.

[src]

Open up a readable.

[src]

Create a copy of this source that has a different name.

[src]

Trait Implementations

impl Debug for Source
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Source
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for Source
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Source

impl Sync for Source