pub struct RowsConfig {
pub colors: Vec<RowColor>,
pub justification_char: Option<String>,
}Fields§
§colors: Vec<RowColor>§justification_char: Option<String>Trait Implementations§
Source§impl Debug for RowsConfig
impl Debug for RowsConfig
Source§impl<'de> Deserialize<'de> for RowsConfig
impl<'de> Deserialize<'de> for RowsConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RowsConfig
impl RefUnwindSafe for RowsConfig
impl Send for RowsConfig
impl Sync for RowsConfig
impl Unpin for RowsConfig
impl UnwindSafe for RowsConfig
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