pub struct CLI<'a, const SIZE: usize> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'a, const SIZE: usize> Freeze for CLI<'a, SIZE>
impl<'a, const SIZE: usize> RefUnwindSafe for CLI<'a, SIZE>
impl<'a, const SIZE: usize> Send for CLI<'a, SIZE>
impl<'a, const SIZE: usize> Sync for CLI<'a, SIZE>
impl<'a, const SIZE: usize> Unpin for CLI<'a, SIZE>
impl<'a, const SIZE: usize> UnwindSafe for CLI<'a, SIZE>
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