[−][src]Struct taplo::dom::Entries
New type that adds features to the regular index map, used by root and table nodes.
Implementations
impl Entries
[src][−]
pub fn new() -> Self
[src][−]
Creates a new list entry.
pub fn len(&self) -> usize
[src][−]
Returns the number of elements.
pub fn is_empty(&self) -> bool
[src][−]
Returns the number of elements.
pub fn iter(&self) -> impl Iterator<Item = (&KeyNode, &EntryNode)>
[src]
Trait Implementations
impl Clone for Entries
[src][+]
impl Debug for Entries
[src][+]
impl Default for Entries
[src][+]
impl Eq for Entries
[src]
impl FromIterator<(KeyNode, EntryNode)> for Entries
[src][+]
impl Hash for Entries
[src][+]
impl IntoIterator for Entries
[src][+]
impl PartialEq<Entries> for Entries
[src][+]
impl StructuralEq for Entries
[src]
Auto Trait Implementations
impl !RefUnwindSafe for Entries
impl !Send for Entries
impl !Sync for Entries
impl Unpin for Entries
impl !UnwindSafe for Entries
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src][+]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<I> IntoIterator for I where
I: Iterator,
[src][+]
I: Iterator,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,