pub enum LineType {
Plain,
Rounded,
Double,
Thick,
}Variants§
Trait Implementations§
source§impl From<BorderType> for LineType
impl From<BorderType> for LineType
source§fn from(value: BorderType) -> Self
fn from(value: BorderType) -> Self
Converts to this type from the input type.
source§impl PartialEq for LineType
impl PartialEq for LineType
impl Copy for LineType
impl Eq for LineType
impl StructuralPartialEq for LineType
Auto Trait Implementations§
impl RefUnwindSafe for LineType
impl Send for LineType
impl Sync for LineType
impl Unpin for LineType
impl UnwindSafe for LineType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more