pub struct PunctPat<const N: usize> { /* private fields */ }Expand description
A pattern representing a sequence of Puncts.
Trait Implementations§
impl<const N: usize> Copy for PunctPat<N>
Auto Trait Implementations§
impl<const N: usize> Freeze for PunctPat<N>
impl<const N: usize> RefUnwindSafe for PunctPat<N>
impl<const N: usize> Send for PunctPat<N>
impl<const N: usize> Sync for PunctPat<N>
impl<const N: usize> Unpin for PunctPat<N>
impl<const N: usize> UnwindSafe for PunctPat<N>
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