pub struct TableBorderStyle {
pub outer: Borders,
pub inner_horizontal: Border,
pub inner_vertical: Border,
}Expand description
表格边框样式
Fields§
§outer: Borders§inner_horizontal: Border§inner_vertical: BorderTrait Implementations§
Source§impl Clone for TableBorderStyle
impl Clone for TableBorderStyle
Source§fn clone(&self) -> TableBorderStyle
fn clone(&self) -> TableBorderStyle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TableBorderStyle
impl Debug for TableBorderStyle
Source§impl Default for TableBorderStyle
impl Default for TableBorderStyle
Source§impl PartialEq for TableBorderStyle
impl PartialEq for TableBorderStyle
Source§fn eq(&self, other: &TableBorderStyle) -> bool
fn eq(&self, other: &TableBorderStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TableBorderStyle
Auto Trait Implementations§
impl Freeze for TableBorderStyle
impl RefUnwindSafe for TableBorderStyle
impl Send for TableBorderStyle
impl Sync for TableBorderStyle
impl Unpin for TableBorderStyle
impl UnsafeUnpin for TableBorderStyle
impl UnwindSafe for TableBorderStyle
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