pub enum PITest {
Name(String),
StringLiteral(String),
}Variants§
Trait Implementations§
impl Eq for PITest
impl StructuralPartialEq for PITest
Auto Trait Implementations§
impl Freeze for PITest
impl RefUnwindSafe for PITest
impl Send for PITest
impl Sync for PITest
impl Unpin for PITest
impl UnwindSafe for PITest
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