pub enum RowAttr {
Style(Style),
Color(u8, u8, u8),
}Variants§
Trait Implementations§
impl Copy for RowAttr
impl StructuralPartialEq for RowAttr
Auto Trait Implementations§
impl Freeze for RowAttr
impl RefUnwindSafe for RowAttr
impl Send for RowAttr
impl Sync for RowAttr
impl Unpin for RowAttr
impl UnwindSafe for RowAttr
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