pub enum DynCharSize {}
Expand description
Dynamic CharSize
that can be changed on the fly
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DynCharSize
impl RefUnwindSafe for DynCharSize
impl Send for DynCharSize
impl Sync for DynCharSize
impl Unpin for DynCharSize
impl UnwindSafe for DynCharSize
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