pub struct ColumnBodyBoldText {
pub pos: Pos,
pub tokens: Vec<Token>,
}Fields§
§pos: Pos§tokens: Vec<Token>Trait Implementations§
Source§impl Clone for ColumnBodyBoldText
impl Clone for ColumnBodyBoldText
Source§fn clone(&self) -> ColumnBodyBoldText
fn clone(&self) -> ColumnBodyBoldText
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 moreAuto Trait Implementations§
impl Freeze for ColumnBodyBoldText
impl RefUnwindSafe for ColumnBodyBoldText
impl Send for ColumnBodyBoldText
impl Sync for ColumnBodyBoldText
impl Unpin for ColumnBodyBoldText
impl UnwindSafe for ColumnBodyBoldText
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