pub struct AsciiIdent;Trait Implementations§
Source§impl IdentValidation for AsciiIdent
impl IdentValidation for AsciiIdent
Source§impl PartialEq for AsciiIdent
impl PartialEq for AsciiIdent
Source§fn eq(&self, other: &AsciiIdent) -> bool
fn eq(&self, other: &AsciiIdent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AsciiIdent
impl StructuralPartialEq for AsciiIdent
Auto Trait Implementations§
impl Freeze for AsciiIdent
impl RefUnwindSafe for AsciiIdent
impl Send for AsciiIdent
impl Sync for AsciiIdent
impl Unpin for AsciiIdent
impl UnsafeUnpin for AsciiIdent
impl UnwindSafe for AsciiIdent
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