Struct tui_markup_renderer::styles::StylesStorage
source · pub struct StylesStorage { /* private fields */ }
Implementations§
source§impl StylesStorage
impl StylesStorage
Trait Implementations§
source§impl Debug for StylesStorage
impl Debug for StylesStorage
Auto Trait Implementations§
impl RefUnwindSafe for StylesStorage
impl Send for StylesStorage
impl Sync for StylesStorage
impl Unpin for StylesStorage
impl UnwindSafe for StylesStorage
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