pub struct CloseElement<'a> {
pub name: Option<String>,
pub position: FilePosition,
pub parent: Option<Rc<RefCell<XmlToken<'a>>>>,
}
Fields§
§name: Option<String>
§position: FilePosition
§parent: Option<Rc<RefCell<XmlToken<'a>>>>
Trait Implementations§
Source§impl<'a> Clone for CloseElement<'a>
impl<'a> Clone for CloseElement<'a>
Source§fn clone(&self) -> CloseElement<'a>
fn clone(&self) -> CloseElement<'a>
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<'a> Freeze for CloseElement<'a>
impl<'a> !RefUnwindSafe for CloseElement<'a>
impl<'a> !Send for CloseElement<'a>
impl<'a> !Sync for CloseElement<'a>
impl<'a> Unpin for CloseElement<'a>
impl<'a> !UnwindSafe for CloseElement<'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