pub struct StyledLine {
pub chunks: Vec<StyledChunk>,
pub alignment: Alignment,
pub width: u16,
}Fields§
§chunks: Vec<StyledChunk>§alignment: Alignment§width: u16Trait Implementations§
Source§impl Clone for StyledLine
impl Clone for StyledLine
Source§fn clone(&self) -> StyledLine
fn clone(&self) -> StyledLine
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StyledLine
impl Debug for StyledLine
Source§impl Hash for StyledLine
impl Hash for StyledLine
Source§impl PartialEq for StyledLine
impl PartialEq for StyledLine
impl Eq for StyledLine
impl StructuralPartialEq for StyledLine
Auto Trait Implementations§
impl Freeze for StyledLine
impl RefUnwindSafe for StyledLine
impl Send for StyledLine
impl Sync for StyledLine
impl Unpin for StyledLine
impl UnsafeUnpin for StyledLine
impl UnwindSafe for StyledLine
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