pub enum CharType {
Head,
Tail,
}Expand description
Describes where the character is in the sequence.
Variants§
Trait Implementations§
impl Eq for CharType
impl StructuralPartialEq for CharType
Auto Trait Implementations§
impl Freeze for CharType
impl RefUnwindSafe for CharType
impl Send for CharType
impl Sync for CharType
impl Unpin for CharType
impl UnwindSafe for CharType
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