[−][src]Struct taplo::dom::TableNode
A table node is used for tables, arrays of tables, and also inline tables.
Implementations
impl TableNode
[src][−]
pub fn into_entries(self) -> Entries
[src]
pub fn entries(&self) -> &Entries
[src]
pub fn is_inline(&self) -> bool
[src]
pub fn is_pseudo(&self) -> bool
[src]
pub fn is_part_of_array(&self) -> bool
[src]
pub fn key(&self) -> Option<&KeyNode>
[src]
pub fn text_ranges(&self) -> TextRanges
[src]
Trait Implementations
impl Cast for TableNode
[src][+]
impl Clone for TableNode
[src][+]
impl Debug for TableNode
[src][+]
impl Display for TableNode
[src][+]
impl Eq for TableNode
[src]
impl From<TableNode> for Node
[src][+]
impl Hash for TableNode
[src][+]
impl NodeSyntax for TableNode
[src][+]
impl PartialEq<TableNode> for TableNode
[src][+]
impl StructuralEq for TableNode
[src]
impl StructuralPartialEq for TableNode
[src]
impl TryFrom<TableNode> for Value
[src][+]
Auto Trait Implementations
impl !RefUnwindSafe for TableNode
impl !Send for TableNode
impl !Sync for TableNode
impl Unpin for TableNode
impl !UnwindSafe for TableNode
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<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
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>,