pub(crate) struct ActiveModelPrinter {
pub(crate) enabled: bool,
pub(crate) color: Style,
pub(crate) active: Option<(String, Backend, String)>,
}Fields§
§enabled: bool§color: Style§active: Option<(String, Backend, String)>Implementations§
Auto Trait Implementations§
impl Freeze for ActiveModelPrinter
impl RefUnwindSafe for ActiveModelPrinter
impl Send for ActiveModelPrinter
impl Sync for ActiveModelPrinter
impl Unpin for ActiveModelPrinter
impl UnsafeUnpin for ActiveModelPrinter
impl UnwindSafe for ActiveModelPrinter
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