pub enum MapTest {
AnyMapTest,
TypedMapTest(Box<TypedMapTest>),
}Variants§
AnyMapTest
TypedMapTest(Box<TypedMapTest>)
Trait Implementations§
impl Eq for MapTest
impl StructuralPartialEq for MapTest
Auto Trait Implementations§
impl Freeze for MapTest
impl RefUnwindSafe for MapTest
impl Send for MapTest
impl Sync for MapTest
impl Unpin for MapTest
impl UnwindSafe for MapTest
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