pub struct String<'tree> {
pub span: Span,
pub content: Option<StringContent<'tree>>,
pub end: StringEnd,
pub start: StringStart,
}Fields§
§span: Span§content: Option<StringContent<'tree>>§end: StringEnd§start: StringStartTrait Implementations§
Auto Trait Implementations§
impl<'tree> Freeze for String<'tree>
impl<'tree> RefUnwindSafe for String<'tree>
impl<'tree> Send for String<'tree>
impl<'tree> Sync for String<'tree>
impl<'tree> Unpin for String<'tree>
impl<'tree> UnsafeUnpin for String<'tree>
impl<'tree> UnwindSafe for String<'tree>
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