pub enum CharType {
Line,
Corner,
T,
Cross,
}Expand description
Types of char as enum
Variants§
Trait Implementations§
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