[][src]Enum unsegen::container::boxdrawing::LineSegment

pub enum LineSegment {
    Up,
    Down,
    Right,
    Left,
}

Components of unicode box characters. A single character can contain up to 4 segments.

Variants

Up
Down
Right
Left

Trait Implementations

impl Clone for LineSegment[src]

impl Copy for LineSegment[src]

impl Debug for LineSegment[src]

impl Eq for LineSegment[src]

impl PartialEq<LineSegment> for LineSegment[src]

impl StructuralEq for LineSegment[src]

impl StructuralPartialEq for LineSegment[src]

Auto Trait Implementations

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.