pub struct TPrintBordersHTML {}
Expand description
HTML borders
Auto Trait Implementations§
impl Freeze for TPrintBordersHTML
impl RefUnwindSafe for TPrintBordersHTML
impl Send for TPrintBordersHTML
impl Sync for TPrintBordersHTML
impl Unpin for TPrintBordersHTML
impl UnwindSafe for TPrintBordersHTML
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