pub struct Symbol<const LEN: usize, Chars>(pub PhantomData<Chars>);Tuple Fields§
§0: PhantomData<Chars>Trait Implementations§
Auto Trait Implementations§
impl<const LEN: usize, Chars> Freeze for ψ<LEN, Chars>
impl<const LEN: usize, Chars> RefUnwindSafe for ψ<LEN, Chars>where
Chars: RefUnwindSafe,
impl<const LEN: usize, Chars> Send for ψ<LEN, Chars>where
Chars: Send,
impl<const LEN: usize, Chars> Sync for ψ<LEN, Chars>where
Chars: Sync,
impl<const LEN: usize, Chars> Unpin for ψ<LEN, Chars>where
Chars: Unpin,
impl<const LEN: usize, Chars> UnwindSafe for ψ<LEN, Chars>where
Chars: UnwindSafe,
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