pub enum EdgeBorders {
None,
Vertical,
Horizontal,
Both,
Smart,
SmartNoGaps,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EdgeBorders
impl RefUnwindSafe for EdgeBorders
impl Send for EdgeBorders
impl Sync for EdgeBorders
impl Unpin for EdgeBorders
impl UnwindSafe for EdgeBorders
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