Enum tui::widgets::BorderType
source · [−]pub enum BorderType {
Plain,
Rounded,
Double,
Thick,
}Variants
Plain
Rounded
Double
Thick
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BorderType
impl Send for BorderType
impl Sync for BorderType
impl Unpin for BorderType
impl UnwindSafe for BorderType
Blanket Implementations
Mutably borrows from an owned value. Read more