pub struct KatexProps {
pub expression: String,
}
Fields§
§expression: String
Trait Implementations§
Source§impl Clone for KatexProps
impl Clone for KatexProps
Source§fn clone(&self) -> KatexProps
fn clone(&self) -> KatexProps
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for KatexProps
impl Debug for KatexProps
Source§impl Default for KatexProps
impl Default for KatexProps
Source§fn default() -> KatexProps
fn default() -> KatexProps
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for KatexProps
impl<'de> Deserialize<'de> for KatexProps
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 KatexProps
impl PartialEq for KatexProps
Source§impl Serialize for KatexProps
impl Serialize for KatexProps
impl Eq for KatexProps
impl StructuralPartialEq for KatexProps
Auto Trait Implementations§
impl Freeze for KatexProps
impl RefUnwindSafe for KatexProps
impl Send for KatexProps
impl Sync for KatexProps
impl Unpin for KatexProps
impl UnwindSafe for KatexProps
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