Struct xrl::Line [] [src]

pub struct Line {
    pub text: String,
    pub cursor: Vec<u64>,
    pub styles: Vec<StyleDef>,
}

Fields

Trait Implementations

impl Default for Line
[src]

[src]

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

impl Debug for Line
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Line
[src]

[src]

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

[src]

This method tests for !=.

impl Clone for Line
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more