pub struct Meaning<'a, ET: EngineTypes> { /* private fields */ }Expand description
A helper struct for displaying the \meaning of a TeXCommand; implements Display.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, ET> Freeze for Meaning<'a, ET>
impl<'a, ET> RefUnwindSafe for Meaning<'a, ET>where
<<ET as EngineTypes>::CSName as CSName<<ET as EngineTypes>::Char>>::Handler: RefUnwindSafe,
<<ET as EngineTypes>::Char as Character>::CharMap<CategoryCode>: RefUnwindSafe,
<ET as EngineTypes>::Char: RefUnwindSafe,
<ET as EngineTypes>::Font: RefUnwindSafe,
<ET as EngineTypes>::Token: RefUnwindSafe,
impl<'a, ET> Send for Meaning<'a, ET>where
<<ET as EngineTypes>::CSName as CSName<<ET as EngineTypes>::Char>>::Handler: Sync,
<<ET as EngineTypes>::Char as Character>::CharMap<CategoryCode>: Sync,
<ET as EngineTypes>::Char: Send + Sync,
<ET as EngineTypes>::Font: Sync,
impl<'a, ET> Sync for Meaning<'a, ET>where
<<ET as EngineTypes>::CSName as CSName<<ET as EngineTypes>::Char>>::Handler: Sync,
<<ET as EngineTypes>::Char as Character>::CharMap<CategoryCode>: Sync,
<ET as EngineTypes>::Char: Sync,
<ET as EngineTypes>::Font: Sync,
impl<'a, ET> Unpin for Meaning<'a, ET>
impl<'a, ET> UnsafeUnpin for Meaning<'a, ET>
impl<'a, ET> UnwindSafe for Meaning<'a, ET>where
<<ET as EngineTypes>::CSName as CSName<<ET as EngineTypes>::Char>>::Handler: RefUnwindSafe,
<<ET as EngineTypes>::Char as Character>::CharMap<CategoryCode>: RefUnwindSafe,
<ET as EngineTypes>::Char: UnwindSafe + RefUnwindSafe,
<ET as EngineTypes>::Font: RefUnwindSafe,
<ET as EngineTypes>::Token: RefUnwindSafe,
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<ET, Err, A> IntoErr<ET, Err> for Awhere
ET: EngineTypes,
Err: From<A>,
impl<ET, Err, A> IntoErr<ET, Err> for Awhere
ET: EngineTypes,
Err: From<A>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.