pub struct RawText<'a>(pub &'a str);
Expand description
(unsplit) Text inside markdown item
Tuple Fields§
§0: &'a str
Implementations§
Source§impl<'a> RawText<'a>
impl<'a> RawText<'a>
pub fn parts(&self) -> PartsIterator<'a> ⓘ
pub fn no_decoration(&self) -> String
Trait Implementations§
impl<'a> Copy for RawText<'a>
impl<'a> Eq for RawText<'a>
impl<'a> StructuralPartialEq for RawText<'a>
Auto Trait Implementations§
impl<'a> Freeze for RawText<'a>
impl<'a> RefUnwindSafe for RawText<'a>
impl<'a> Send for RawText<'a>
impl<'a> Sync for RawText<'a>
impl<'a> Unpin for RawText<'a>
impl<'a> UnwindSafe for RawText<'a>
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