pub struct PhpDocText {
pub segments: Vec<TextSegment>,
pub span: Span,
}Expand description
A prose run (summary, description, or tag body) that may contain inline tags.
Fields§
§segments: Vec<TextSegment>§span: SpanTrait Implementations§
Source§impl Clone for PhpDocText
impl Clone for PhpDocText
Source§fn clone(&self) -> PhpDocText
fn clone(&self) -> PhpDocText
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PhpDocText
impl Debug for PhpDocText
Auto Trait Implementations§
impl Freeze for PhpDocText
impl RefUnwindSafe for PhpDocText
impl Send for PhpDocText
impl Sync for PhpDocText
impl Unpin for PhpDocText
impl UnsafeUnpin for PhpDocText
impl UnwindSafe for PhpDocText
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