pub enum EnumListType {
Period,
ParenEnclosed,
Paren,
}
Variants§
Auto Trait Implementations§
impl Freeze for EnumListType
impl RefUnwindSafe for EnumListType
impl Send for EnumListType
impl Sync for EnumListType
impl Unpin for EnumListType
impl UnwindSafe for EnumListType
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