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