pub struct TableBorders { /* private fields */ }
Implementations§
Source§impl TableBorders
impl TableBorders
pub fn new() -> TableBorders
pub fn with_empty() -> TableBorders
pub fn set(self, border: TableBorder) -> Self
pub fn clear(self, position: TableBorderPosition) -> Self
pub fn clear_all(self) -> Self
Trait Implementations§
Source§impl Clone for TableBorders
impl Clone for TableBorders
Source§fn clone(&self) -> TableBorders
fn clone(&self) -> TableBorders
Returns a copy of the value. Read more
1.0.0 · 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 TableBorders
impl Debug for TableBorders
Source§impl Default for TableBorders
impl Default for TableBorders
Source§fn default() -> TableBorders
fn default() -> TableBorders
Returns the “default value” for a type. Read more
Source§impl ElementReader for TableBorders
impl ElementReader for TableBorders
fn read<R: Read>( r: &mut EventReader<R>, _: &[OwnedAttribute], ) -> Result<Self, ReaderError>
Source§impl PartialEq for TableBorders
impl PartialEq for TableBorders
Source§impl Serialize for TableBorders
impl Serialize for TableBorders
impl StructuralPartialEq for TableBorders
Auto Trait Implementations§
impl Freeze for TableBorders
impl RefUnwindSafe for TableBorders
impl Send for TableBorders
impl Sync for TableBorders
impl Unpin for TableBorders
impl UnwindSafe for TableBorders
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