pub struct InnerText<'a> {
pub string: String,
pub position: FilePosition,
pub parent: Option<Rc<RefCell<XmlToken<'a>>>>,
}
Fields§
§string: String
§position: FilePosition
§parent: Option<Rc<RefCell<XmlToken<'a>>>>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for InnerText<'a>
impl<'a> !RefUnwindSafe for InnerText<'a>
impl<'a> !Send for InnerText<'a>
impl<'a> !Sync for InnerText<'a>
impl<'a> Unpin for InnerText<'a>
impl<'a> !UnwindSafe for InnerText<'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