Struct prototty_common::RichStringView [] [src]

pub struct RichStringView {
    pub info: TextInfo,
}

Fields

Methods

impl RichStringView
[src]

[src]

[src]

Trait Implementations

impl Default for RichStringView
[src]

[src]

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

impl Debug for RichStringView
[src]

[src]

Formats the value using the given formatter.

impl Clone for RichStringView
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RichStringView
[src]

impl<T: ?Sized + AsRef<str>> View<T> for RichStringView
[src]

[src]

Update the cells in grid to describe how a type should be rendered.

impl<T: ?Sized + AsRef<str>> ViewSize<T> for RichStringView
[src]

[src]

Returns the size in cells of the rectangle containing a ui element. This allows for the implementation of decorator ui components that render a border around some inner element. Read more