[][src]Struct kas::display::Text

pub struct Text { /* fields omitted */ }

A simple, static text label

Methods

impl Text
[src]

pub fn new() -> Self
[src]

Construct a new, empty instance

Trait Implementations

impl Layout for Text
[src]

impl Core for Text
[src]

impl Widget for Text
[src]

impl HasText for Text
[src]

impl Handler for Text
[src]

type Response = NoResponse

Type of message returned by this handler. Read more

impl Clone for Text
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T> From<T> for Text where
    String: From<T>, 
[src]

impl Default for Text
[src]

impl Debug for Text
[src]

Auto Trait Implementations

impl Send for Text

impl Sync for Text

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]