Struct pty_proc::shell::display::Newline [] [src]

pub struct Newline { /* fields omitted */ }

Methods

impl Newline
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Index<usize> for Newline
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl IndexMut<usize> for Newline
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<'a> IntoIterator for &'a Newline
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

impl From<Vec<(size_t, size_t)>> for Newline
[src]

[src]

Performs the conversion.

impl From<Vec<Coordinate>> for Newline
[src]

[src]

Performs the conversion.

impl From<Winszed> for Newline
[src]

[src]

Performs the conversion.

impl PartialEq for Newline
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Clone for Newline
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Newline
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Newline
[src]

[src]

Returns the "default value" for a type. Read more