Struct mathml_core::MathTable
source · pub struct MathTable { /* private fields */ }
Implementations§
source§impl MathTable
impl MathTable
pub fn matrix<I>(stream: I) -> Selfwhere I: IntoIterator<Item = MathML>,
pub fn with_attribute<K, V>(self, key: K, value: V) -> Selfwhere K: ToString, V: ToString,
pub fn add_attribute<K, V>(&mut self, key: K, value: V)where K: ToString, V: ToString,
pub fn get_attributes(&self) -> &BTreeMap<String, String>
pub fn mut_attributes(&mut self) -> &mut BTreeMap<String, String>
Trait Implementations§
source§impl PartialEq<MathTable> for MathTable
impl PartialEq<MathTable> for MathTable
impl StructuralPartialEq for MathTable
Auto Trait Implementations§
impl RefUnwindSafe for MathTable
impl Send for MathTable
impl Sync for MathTable
impl Unpin for MathTable
impl UnwindSafe for MathTable
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