Struct glyph_ui::view::border::View[][src]

pub struct View<V> { /* fields omitted */ }

The view itself

Implementations

impl<V> View<V>[src]

pub fn new(view: V) -> Self[src]

Creates a new bordered view

The default uses boxdrawing characters for edges and corners.

Trait Implementations

impl<T, M, V> View<T, M> for View<V> where
    V: ViewTrait<T, M>, 
[src]

Auto Trait Implementations

impl<V> RefUnwindSafe for View<V> where
    V: RefUnwindSafe
[src]

impl<V> Send for View<V> where
    V: Send
[src]

impl<V> Sync for View<V> where
    V: Sync
[src]

impl<V> Unpin for View<V> where
    V: Unpin
[src]

impl<V> UnwindSafe for View<V> where
    V: UnwindSafe
[src]

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

impl<V> ViewExt for V[src]

impl<'a, T, M, V> ViewExt<'a, T, M> for V[src]

impl<'a, T, O, M, F, V> ViewExt<'a, T, O, M, F> for V where
    F: Fn(O) -> M + Clone + 'static,
    M: 'static,
    O: 'static, 
[src]

impl<V> ViewExt for V[src]

impl<V> ViewExt for V[src]

impl<V> ViewExt for V[src]