pub struct PrintTableOpts<'a> {
pub format: &'a EmailTextPlainFormat,
pub max_width: Option<usize>,
}Fields§
§format: &'a EmailTextPlainFormat§max_width: Option<usize>Auto Trait Implementations§
impl<'a> Freeze for PrintTableOpts<'a>
impl<'a> RefUnwindSafe for PrintTableOpts<'a>
impl<'a> Send for PrintTableOpts<'a>
impl<'a> Sync for PrintTableOpts<'a>
impl<'a> Unpin for PrintTableOpts<'a>
impl<'a> UnwindSafe for PrintTableOpts<'a>
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