pub struct IterableNodes(_);
Expand description

Used by the html! macro for all braced child nodes so that we can use any type that implements Into

html! {

{ nodes }
}

nodes can be a String .. VirtualNode .. Vec … etc

Implementations§

source§

impl IterableNodes

source

pub fn first_mut(&mut self) -> Option<&mut VirtualNode>

Retrieve the first node mutably

source

pub fn last_mut(&mut self) -> Option<&mut VirtualNode>

Retrieve the last node mutably

Trait Implementations§

source§

impl<V> From<&[V]> for IterableNodeswhere V: View,

source§

fn from(other: &[V]) -> IterableNodes

Converts to this type from the input type.
source§

impl From<&String> for IterableNodes

source§

fn from(other: &String) -> IterableNodes

Converts to this type from the input type.
source§

impl<V> From<&Vec<V, Global>> for IterableNodeswhere V: View,

source§

fn from(other: &Vec<V, Global>) -> IterableNodes

Converts to this type from the input type.
source§

impl From<&f32> for IterableNodes

source§

fn from(val: &f32) -> IterableNodes

Converts to this type from the input type.
source§

impl From<&f64> for IterableNodes

source§

fn from(val: &f64) -> IterableNodes

Converts to this type from the input type.
source§

impl From<&i128> for IterableNodes

source§

fn from(val: &i128) -> IterableNodes

Converts to this type from the input type.
source§

impl From<&i16> for IterableNodes

source§

fn from(val: &i16) -> IterableNodes

Converts to this type from the input type.
source§

impl From<&i32> for IterableNodes

source§

fn from(val: &i32) -> IterableNodes

Converts to this type from the input type.
source§

impl From<&i64> for IterableNodes

source§

fn from(val: &i64) -> IterableNodes

Converts to this type from the input type.
source§

impl From<&i8> for IterableNodes

source§

fn from(val: &i8) -> IterableNodes

Converts to this type from the input type.
source§

impl From<&isize> for IterableNodes

source§

fn from(val: &isize) -> IterableNodes

Converts to this type from the input type.
source§

impl From<&str> for IterableNodes

source§

fn from(other: &str) -> IterableNodes

Converts to this type from the input type.
source§

impl From<&u128> for IterableNodes

source§

fn from(val: &u128) -> IterableNodes

Converts to this type from the input type.
source§

impl From<&u16> for IterableNodes

source§

fn from(val: &u16) -> IterableNodes

Converts to this type from the input type.
source§

impl From<&u32> for IterableNodes

source§

fn from(val: &u32) -> IterableNodes

Converts to this type from the input type.
source§

impl From<&u64> for IterableNodes

source§

fn from(val: &u64) -> IterableNodes

Converts to this type from the input type.
source§

impl From<&u8> for IterableNodes

source§

fn from(val: &u8) -> IterableNodes

Converts to this type from the input type.
source§

impl From<&usize> for IterableNodes

source§

fn from(val: &usize) -> IterableNodes

Converts to this type from the input type.
source§

impl<T> From<Option<T>> for IterableNodeswhere T: Into<IterableNodes>,

source§

fn from(opt: Option<T>) -> IterableNodes

Converts to this type from the input type.
source§

impl From<String> for IterableNodes

source§

fn from(other: String) -> IterableNodes

Converts to this type from the input type.
source§

impl<V> From<V> for IterableNodeswhere V: View,

source§

fn from(from: V) -> IterableNodes

Converts to this type from the input type.
source§

impl<V> From<Vec<V, Global>> for IterableNodeswhere V: View,

source§

fn from(other: Vec<V, Global>) -> IterableNodes

Converts to this type from the input type.
source§

impl From<Vec<VirtualNode, Global>> for IterableNodes

source§

fn from(other: Vec<VirtualNode, Global>) -> IterableNodes

Converts to this type from the input type.
source§

impl From<VirtualNode> for IterableNodes

source§

fn from(other: VirtualNode) -> IterableNodes

Converts to this type from the input type.
source§

impl From<f32> for IterableNodes

source§

fn from(val: f32) -> IterableNodes

Converts to this type from the input type.
source§

impl From<f64> for IterableNodes

source§

fn from(val: f64) -> IterableNodes

Converts to this type from the input type.
source§

impl From<i128> for IterableNodes

source§

fn from(val: i128) -> IterableNodes

Converts to this type from the input type.
source§

impl From<i16> for IterableNodes

source§

fn from(val: i16) -> IterableNodes

Converts to this type from the input type.
source§

impl From<i32> for IterableNodes

source§

fn from(val: i32) -> IterableNodes

Converts to this type from the input type.
source§

impl From<i64> for IterableNodes

source§

fn from(val: i64) -> IterableNodes

Converts to this type from the input type.
source§

impl From<i8> for IterableNodes

source§

fn from(val: i8) -> IterableNodes

Converts to this type from the input type.
source§

impl From<isize> for IterableNodes

source§

fn from(val: isize) -> IterableNodes

Converts to this type from the input type.
source§

impl From<u128> for IterableNodes

source§

fn from(val: u128) -> IterableNodes

Converts to this type from the input type.
source§

impl From<u16> for IterableNodes

source§

fn from(val: u16) -> IterableNodes

Converts to this type from the input type.
source§

impl From<u32> for IterableNodes

source§

fn from(val: u32) -> IterableNodes

Converts to this type from the input type.
source§

impl From<u64> for IterableNodes

source§

fn from(val: u64) -> IterableNodes

Converts to this type from the input type.
source§

impl From<u8> for IterableNodes

source§

fn from(val: u8) -> IterableNodes

Converts to this type from the input type.
source§

impl From<usize> for IterableNodes

source§

fn from(val: usize) -> IterableNodes

Converts to this type from the input type.
source§

impl IntoIterator for IterableNodes

§

type Item = VirtualNode

The type of the elements being iterated over.
§

type IntoIter = IntoIter<VirtualNode, Global>

Which kind of iterator are we turning this into?
source§

fn into_iter(self) -> <IterableNodes as IntoIterator>::IntoIter

Creates an iterator from a value. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.