pub struct Character<const C: char>;Expand description
Single char type value representation.
Trait Implementations§
source§impl<const C: char> PartialEq for Character<C>
impl<const C: char> PartialEq for Character<C>
impl<const C: char> Copy for Character<C>
impl<const C: char> Eq for Character<C>
impl<const C: char> StructuralPartialEq for Character<C>
Auto Trait Implementations§
impl<const C: char> Freeze for Character<C>
impl<const C: char> RefUnwindSafe for Character<C>
impl<const C: char> Send for Character<C>
impl<const C: char> Sync for Character<C>
impl<const C: char> Unpin for Character<C>
impl<const C: char> UnwindSafe for Character<C>
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