[−][src]Enum document_tree::element_categories::SubTable
Variants
TableGroup(Box<TableGroup>)
Trait Implementations
impl Clone for SubTable
[src]
impl Debug for SubTable
[src]
impl HasChildren<SubTable> for Table
[src]
fn with_children(children: Vec<SubTable>) -> Table
[src]
fn children(&self) -> &Vec<SubTable>
[src]
fn children_mut(&mut self) -> &mut Vec<SubTable>
[src]
fn append_child<R: Into<C>>(&mut self, child: R)
[src]
fn append_children<R: Into<C> + Clone>(&mut self, more: &[R])
[src]
impl Into<SubTable> for Title
[src]
impl Into<SubTable> for TableGroup
[src]
impl PartialEq<SubTable> for SubTable
[src]
impl Serialize for SubTable
[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer,
[src]
__S: Serializer,
impl StructuralPartialEq for SubTable
[src]
Auto Trait Implementations
impl RefUnwindSafe for SubTable
impl Send for SubTable
impl Sync for SubTable
impl Unpin for SubTable
impl UnwindSafe for SubTable
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,
fn borrow_mut(&mut self) -> &mut T
[src]
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,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,