pub struct Element<T: Tex> { /* private fields */ }
Expand description
A latex element
Implementations§
Trait Implementations§
source§impl<'de, T> Deserialize<'de> for Element<T>where
T: Deserialize<'de> + Tex,
impl<'de, T> Deserialize<'de> for Element<T>where T: Deserialize<'de> + Tex,
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 ExtraOptions for Element<Any>
impl ExtraOptions for Element<Any>
fn modify_element(&mut self, options: Vec<Options>)
source§impl From<Environment> for Element<Any>
impl From<Environment> for Element<Any>
source§fn from(value: Environment) -> Self
fn from(value: Environment) -> Self
Converts to this type from the input type.
source§impl From<GraphicInclude> for Element<Any>
impl From<GraphicInclude> for Element<Any>
source§fn from(incl: GraphicInclude) -> Self
fn from(incl: GraphicInclude) -> Self
Converts to this type from the input type.
source§impl From<GraphicPath> for Element<Any>
impl From<GraphicPath> for Element<Any>
source§fn from(path: GraphicPath) -> Self
fn from(path: GraphicPath) -> Self
Converts to this type from the input type.
source§impl<T: PartialEq + Tex> PartialEq<Element<T>> for Element<T>
impl<T: PartialEq + Tex> PartialEq<Element<T>> for Element<T>
source§impl<T: PartialOrd + Tex> PartialOrd<Element<T>> for Element<T>
impl<T: PartialOrd + Tex> PartialOrd<Element<T>> for Element<T>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl<T: Tex> StructuralPartialEq for Element<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for Element<T>where T: RefUnwindSafe,
impl<T> Send for Element<T>where T: Send,
impl<T> Sync for Element<T>where T: Sync,
impl<T> Unpin for Element<T>where T: Unpin,
impl<T> UnwindSafe for Element<T>where T: UnwindSafe,
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