pub enum CharacterLength {
FiveBits,
SixBits,
SevenBits,
EightBits,
}Variants§
Trait Implementations§
Source§impl Debug for CharacterLength
impl Debug for CharacterLength
Auto Trait Implementations§
impl Freeze for CharacterLength
impl RefUnwindSafe for CharacterLength
impl Send for CharacterLength
impl Sync for CharacterLength
impl Unpin for CharacterLength
impl UnsafeUnpin for CharacterLength
impl UnwindSafe for CharacterLength
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