pub struct InlineMathNode {
pub expression: String,
}Fields§
§expression: StringTrait Implementations§
Source§impl Clone for InlineMathNode
impl Clone for InlineMathNode
Source§fn clone(&self) -> InlineMathNode
fn clone(&self) -> InlineMathNode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InlineMathNode
impl Debug for InlineMathNode
Source§impl<'de> Deserialize<'de> for InlineMathNode
impl<'de> Deserialize<'de> for InlineMathNode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for InlineMathNode
impl PartialEq for InlineMathNode
Source§fn eq(&self, other: &InlineMathNode) -> bool
fn eq(&self, other: &InlineMathNode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for InlineMathNode
impl Serialize for InlineMathNode
impl Eq for InlineMathNode
impl StructuralPartialEq for InlineMathNode
Auto Trait Implementations§
impl Freeze for InlineMathNode
impl RefUnwindSafe for InlineMathNode
impl Send for InlineMathNode
impl Sync for InlineMathNode
impl Unpin for InlineMathNode
impl UnsafeUnpin for InlineMathNode
impl UnwindSafe for InlineMathNode
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