pub struct C<const CHAR: char>;Expand description
Character type with const generic
Auto Trait Implementations§
impl<const CHAR: char> Freeze for C<CHAR>
impl<const CHAR: char> RefUnwindSafe for C<CHAR>
impl<const CHAR: char> Send for C<CHAR>
impl<const CHAR: char> Sync for C<CHAR>
impl<const CHAR: char> Unpin for C<CHAR>
impl<const CHAR: char> UnwindSafe for C<CHAR>
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