pub struct EmptyNodeList;Expand description
An empty node list implementation
This is a concrete implementation of NodeList that represents
an empty list. It’s used by primitives like empty-node-list.
Implementations§
Source§impl EmptyNodeList
impl EmptyNodeList
Trait Implementations§
Source§impl Clone for EmptyNodeList
impl Clone for EmptyNodeList
Source§fn clone(&self) -> EmptyNodeList
fn clone(&self) -> EmptyNodeList
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 moreSource§impl Debug for EmptyNodeList
impl Debug for EmptyNodeList
Source§impl Default for EmptyNodeList
impl Default for EmptyNodeList
Source§impl NodeList for EmptyNodeList
impl NodeList for EmptyNodeList
Auto Trait Implementations§
impl Freeze for EmptyNodeList
impl RefUnwindSafe for EmptyNodeList
impl Send for EmptyNodeList
impl Sync for EmptyNodeList
impl Unpin for EmptyNodeList
impl UnwindSafe for EmptyNodeList
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