pub struct DelimiterControlItem {
pub name: String,
}Expand description
Runtime delimiter control sequence to be registered in the knowledge base.
Delimiter controls are names (without backslash) that may appear after
\left / \right or in delimiter-typed argument slots (e.g. langle,
rangle, |).
Fields§
§name: StringDelimiter name without leading backslash
Implementations§
Trait Implementations§
Source§impl Clone for DelimiterControlItem
impl Clone for DelimiterControlItem
Source§fn clone(&self) -> DelimiterControlItem
fn clone(&self) -> DelimiterControlItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DelimiterControlItem
impl Debug for DelimiterControlItem
impl Eq for DelimiterControlItem
Source§impl From<DelimiterControlItem> for ContextItem
impl From<DelimiterControlItem> for ContextItem
Source§fn from(item: DelimiterControlItem) -> Self
fn from(item: DelimiterControlItem) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DelimiterControlItem
impl PartialEq for DelimiterControlItem
Source§fn eq(&self, other: &DelimiterControlItem) -> bool
fn eq(&self, other: &DelimiterControlItem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DelimiterControlItem
Auto Trait Implementations§
impl Freeze for DelimiterControlItem
impl RefUnwindSafe for DelimiterControlItem
impl Send for DelimiterControlItem
impl Sync for DelimiterControlItem
impl Unpin for DelimiterControlItem
impl UnsafeUnpin for DelimiterControlItem
impl UnwindSafe for DelimiterControlItem
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.