pub struct Cvt<'a>(CowSlice<'a>);
Expand description
Backing store for the control value table.
This is just a wrapper for CowSlice
that converts out of bounds
accesses to appropriate errors.
Tuple Fields§
§0: CowSlice<'a>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Cvt<'a>
impl<'a> RefUnwindSafe for Cvt<'a>
impl<'a> Send for Cvt<'a>
impl<'a> Sync for Cvt<'a>
impl<'a> Unpin for Cvt<'a>
impl<'a> !UnwindSafe for Cvt<'a>
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