pub struct DocumentFragmentSpec { /* private fields */ }Trait Implementations§
Source§impl InternalNodeSpec for DocumentFragmentSpec
impl InternalNodeSpec for DocumentFragmentSpec
fn set_first_child(&mut self, new: Rc<RefCell<NodeCore<dyn NodeSpec>>>)
fn unset_first_child(&mut self)
fn set_last_child(&mut self, new: Rc<RefCell<NodeCore<dyn NodeSpec>>>)
fn unset_last_child(&mut self)
fn pre_child_removal( &mut self, removed_child: Node<dyn NodeSpec>, ) -> Result<(), XMLTreeError>
Auto Trait Implementations§
impl Freeze for DocumentFragmentSpec
impl !RefUnwindSafe for DocumentFragmentSpec
impl !Send for DocumentFragmentSpec
impl !Sync for DocumentFragmentSpec
impl Unpin for DocumentFragmentSpec
impl UnsafeUnpin for DocumentFragmentSpec
impl !UnwindSafe for DocumentFragmentSpec
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