pub enum SpecialCharacter {
Lt,
Gt,
Ampersand,
}Expand description
Specifies which special character is being replaced in a call to
InlineSubstitutionRenderer::render_special_character.
Variants§
Trait Implementations§
Source§impl Clone for SpecialCharacter
impl Clone for SpecialCharacter
Source§fn clone(&self) -> SpecialCharacter
fn clone(&self) -> SpecialCharacter
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 moreimpl Copy for SpecialCharacter
Source§impl Debug for SpecialCharacter
impl Debug for SpecialCharacter
impl Eq for SpecialCharacter
Source§impl PartialEq for SpecialCharacter
impl PartialEq for SpecialCharacter
Source§fn eq(&self, other: &SpecialCharacter) -> bool
fn eq(&self, other: &SpecialCharacter) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SpecialCharacter
Auto Trait Implementations§
impl Freeze for SpecialCharacter
impl RefUnwindSafe for SpecialCharacter
impl Send for SpecialCharacter
impl Sync for SpecialCharacter
impl Unpin for SpecialCharacter
impl UnsafeUnpin for SpecialCharacter
impl UnwindSafe for SpecialCharacter
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