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