pub struct NodeList { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NodeList
impl RefUnwindSafe for NodeList
impl !Send for NodeList
impl !Sync for NodeList
impl Unpin for NodeList
impl UnsafeUnpin for NodeList
impl UnwindSafe for NodeList
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