pub struct table {
pub attributes: <table as TypedElement>::Attributes,
pub other_attributes: Vec<(String, Option<String>)>,
}
Available on crate feature
typed
only.Fields§
§attributes: <table as TypedElement>::Attributes
§other_attributes: Vec<(String, Option<String>)>
Trait Implementations§
Source§impl TypedElement for table
impl TypedElement for table
Source§type Attributes = TableAttributes
type Attributes = TableAttributes
The attributes of the element.
Source§fn from_attributes(
attributes: <table as TypedElement>::Attributes,
other_attributes: Vec<(String, Option<String>)>,
) -> table
fn from_attributes( attributes: <table as TypedElement>::Attributes, other_attributes: Vec<(String, Option<String>)>, ) -> table
Create an element from its attributes.
Auto Trait Implementations§
impl Freeze for table
impl RefUnwindSafe for table
impl Send for table
impl Sync for table
impl Unpin for table
impl UnwindSafe for table
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