Struct mathml_core::MathRoot
source · pub struct MathRoot { /* private fields */ }
Expand description
Implementations§
source§impl MathRoot
impl MathRoot
pub fn new<I>(children: I) -> Selfwhere I: IntoIterator<Item = MathML>,
pub fn with_attribute<K, V>(self, key: K, value: V) -> MathRootwhere K: ToString, V: ToString,
pub fn with_display_style(self) -> Self
pub fn with_inline_style(self) -> Self
pub fn with_namespace(self) -> Self
Trait Implementations§
source§impl PartialEq<MathRoot> for MathRoot
impl PartialEq<MathRoot> for MathRoot
impl StructuralPartialEq for MathRoot
Auto Trait Implementations§
impl RefUnwindSafe for MathRoot
impl Send for MathRoot
impl Sync for MathRoot
impl Unpin for MathRoot
impl UnwindSafe for MathRoot
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