Struct PrependedConcatenationMark
struct PrependedConcatenationMark
A small class of visible format controls, which precede and then span a sequence of other characters, usually digits.
Implementations
impl BinaryProperty for PrependedConcatenationMark
impl Debug for PrependedConcatenationMark
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for PrependedConcatenationMark
impl RefUnwindSafe for PrependedConcatenationMark
impl Send for PrependedConcatenationMark
impl Sync for PrependedConcatenationMark
impl Unpin for PrependedConcatenationMark
impl UnsafeUnpin for PrependedConcatenationMark
impl UnwindSafe for PrependedConcatenationMark
impl<T> Any for PrependedConcatenationMark
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for PrependedConcatenationMark
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for PrependedConcatenationMark
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> ErasedDestructor for PrependedConcatenationMark
impl<T> From for PrependedConcatenationMark
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for PrependedConcatenationMark
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for PrependedConcatenationMark
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for PrependedConcatenationMark
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>