Struct pretty_sqlite::PrettyOptions
source · pub struct PrettyOptions {
pub rows_limit: usize,
pub cell_truncate_max: Option<u32>,
}
Fields§
§rows_limit: usize
§cell_truncate_max: Option<u32>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrettyOptions
impl RefUnwindSafe for PrettyOptions
impl Send for PrettyOptions
impl Sync for PrettyOptions
impl Unpin for PrettyOptions
impl UnwindSafe for PrettyOptions
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