pub struct Borders {
pub top_left: &'static str,
pub top_right: &'static str,
pub bottom_left: &'static str,
pub bottom_right: &'static str,
pub horizontal: &'static str,
pub vertical: &'static str,
}Expand description
Border characters for optional boxing
Fields§
§top_left: &'static str§top_right: &'static str§bottom_left: &'static str§bottom_right: &'static str§horizontal: &'static str§vertical: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for Borders
impl RefUnwindSafe for Borders
impl Send for Borders
impl Sync for Borders
impl Unpin for Borders
impl UnsafeUnpin for Borders
impl UnwindSafe for Borders
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