pub struct BorderStyle {
pub top_left: char,
pub top: char,
pub top_right: char,
pub right: char,
pub bottom_right: char,
pub bottom: char,
pub bottom_left: char,
pub left: char,
}Expand description
Custom border characters.
Fieldsยง
ยงtop_left: charTop-left corner.
top: charTop edge.
top_right: charTop-right corner.
right: charRight edge.
bottom_right: charBottom-right corner.
bottom: charBottom edge.
bottom_left: charBottom-left corner.
left: charLeft edge.
Implementationsยง
Sourceยงimpl BorderStyle
impl BorderStyle
Trait Implementationsยง
Sourceยงimpl Clone for BorderStyle
impl Clone for BorderStyle
Sourceยงfn clone(&self) -> BorderStyle
fn clone(&self) -> BorderStyle
Returns a duplicate of the value. Read more
1.0.0ยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSourceยงimpl Debug for BorderStyle
impl Debug for BorderStyle
Sourceยงimpl Default for BorderStyle
impl Default for BorderStyle
Sourceยงimpl PartialEq for BorderStyle
impl PartialEq for BorderStyle
impl Copy for BorderStyle
impl Eq for BorderStyle
impl StructuralPartialEq for BorderStyle
Auto Trait Implementationsยง
impl Freeze for BorderStyle
impl RefUnwindSafe for BorderStyle
impl Send for BorderStyle
impl Sync for BorderStyle
impl Unpin for BorderStyle
impl UnwindSafe for BorderStyle
Blanket Implementationsยง
ยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
ยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
ยงimpl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
ยงunsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
๐ฌThis is a nightly-only experimental API. (
clone_to_uninit)