pub struct V1MathNode {
pub content: Option<String>,
}
Fields§
§content: Option<String>
Implementations§
Source§impl V1MathNode
impl V1MathNode
pub fn new() -> V1MathNode
Trait Implementations§
Source§impl Clone for V1MathNode
impl Clone for V1MathNode
Source§fn clone(&self) -> V1MathNode
fn clone(&self) -> V1MathNode
Returns a copy of the value. Read more
1.0.0 · 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 V1MathNode
impl Debug for V1MathNode
Source§impl Default for V1MathNode
impl Default for V1MathNode
Source§fn default() -> V1MathNode
fn default() -> V1MathNode
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for V1MathNode
impl<'de> Deserialize<'de> for V1MathNode
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 V1MathNode
impl PartialEq for V1MathNode
Source§impl Serialize for V1MathNode
impl Serialize for V1MathNode
impl StructuralPartialEq for V1MathNode
Auto Trait Implementations§
impl Freeze for V1MathNode
impl RefUnwindSafe for V1MathNode
impl Send for V1MathNode
impl Sync for V1MathNode
impl Unpin for V1MathNode
impl UnwindSafe for V1MathNode
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