pub struct Katex {
pub inline: bool,
pub props: KatexProps,
pub slots: Option<KatexSlots>,
}
Fields§
§inline: bool
§props: KatexProps
§slots: Option<KatexSlots>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Katex
impl<'de> Deserialize<'de> for Katex
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 From<Katex> for BlockComponent
impl From<Katex> for BlockComponent
impl Eq for Katex
impl StructuralPartialEq for Katex
Auto Trait Implementations§
impl Freeze for Katex
impl RefUnwindSafe for Katex
impl Send for Katex
impl Sync for Katex
impl Unpin for Katex
impl UnwindSafe for Katex
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