pub struct CsName(/* private fields */);
Expand description
String type used to represent control sequence names in Texlang.
The implementation of this type is opaque so that it can be performance optimized without worrying about downstream consumers.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for CsName
impl<'de> Deserialize<'de> for CsName
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 Ord for CsName
impl Ord for CsName
source§impl PartialOrd for CsName
impl PartialOrd for CsName
impl Copy for CsName
impl Eq for CsName
impl StructuralPartialEq for CsName
Auto Trait Implementations§
impl Freeze for CsName
impl RefUnwindSafe for CsName
impl Send for CsName
impl Sync for CsName
impl Unpin for CsName
impl UnwindSafe for CsName
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)