pub struct IterableNodes(pub Vec<DomNode>);Expand description
Used in dom-proc for converting braced variables into domnode and to allow any kind of dom element to be appended
Tuple Fields§
§0: Vec<DomNode>Trait Implementations§
Source§impl Debug for IterableNodes
impl Debug for IterableNodes
Source§impl From<&String> for IterableNodes
impl From<&String> for IterableNodes
Source§impl From<&str> for IterableNodes
impl From<&str> for IterableNodes
Source§impl From<DomNode> for IterableNodes
impl From<DomNode> for IterableNodes
Source§impl From<Html> for IterableNodes
impl From<Html> for IterableNodes
Source§impl From<String> for IterableNodes
impl From<String> for IterableNodes
Source§impl FromIterator<DomNode> for IterableNodes
impl FromIterator<DomNode> for IterableNodes
Source§impl FromIterator<Html> for IterableNodes
impl FromIterator<Html> for IterableNodes
Source§impl PartialEq for IterableNodes
impl PartialEq for IterableNodes
impl StructuralPartialEq for IterableNodes
Auto Trait Implementations§
impl Freeze for IterableNodes
impl !RefUnwindSafe for IterableNodes
impl !Send for IterableNodes
impl !Sync for IterableNodes
impl Unpin for IterableNodes
impl !UnwindSafe for IterableNodes
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