pub struct BranchNodeFactory;Expand description
Factory that creates branch nodes.
Trait Implementations§
Source§impl NodeFactory for BranchNodeFactory
impl NodeFactory for BranchNodeFactory
Source§fn make_node(&self, content: XmlContent) -> NodeRef
fn make_node(&self, content: XmlContent) -> NodeRef
Creates a new node with the given content.
Auto Trait Implementations§
impl Freeze for BranchNodeFactory
impl RefUnwindSafe for BranchNodeFactory
impl Send for BranchNodeFactory
impl Sync for BranchNodeFactory
impl Unpin for BranchNodeFactory
impl UnsafeUnpin for BranchNodeFactory
impl UnwindSafe for BranchNodeFactory
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