pub struct ParagraphChar { /* private fields */ }Implementations§
Source§impl ParagraphChar
impl ParagraphChar
pub fn new(c: char, status: CharStatus) -> ParagraphChar
pub fn to_span(&self) -> Span<'_>
Trait Implementations§
Source§impl Clone for ParagraphChar
impl Clone for ParagraphChar
Source§fn clone(&self) -> ParagraphChar
fn clone(&self) -> ParagraphChar
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 ParagraphChar
impl RefUnwindSafe for ParagraphChar
impl Send for ParagraphChar
impl Sync for ParagraphChar
impl Unpin for ParagraphChar
impl UnwindSafe for ParagraphChar
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