Struct prototty_common::TextInfoStringView [] [src]

pub struct TextInfoStringView;

Trait Implementations

impl Default for TextInfoStringView
[src]

[src]

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

impl Debug for TextInfoStringView
[src]

[src]

Formats the value using the given formatter.

impl Clone for TextInfoStringView
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TextInfoStringView
[src]

impl<T: ?Sized + AsRef<str>> View<(TextInfo, T)> for TextInfoStringView
[src]

[src]

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

impl<T: ?Sized + AsRef<str>> ViewSize<(TextInfo, T)> for TextInfoStringView
[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