pub struct Ch<const C: u8>;
Trait Implementations§
Auto Trait Implementations§
impl<const C: u8> Freeze for Ch<C>
impl<const C: u8> RefUnwindSafe for Ch<C>
impl<const C: u8> Send for Ch<C>
impl<const C: u8> Sync for Ch<C>
impl<const C: u8> Unpin for Ch<C>
impl<const C: u8> UnwindSafe for Ch<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