pub enum ErasedInner<'t> {
None,
Any(&'t dyn Any),
Joined(&'t dyn MetaBox, &'t dyn MetaBox),
}Expand description
Erased MetaTuple.
Variants§
Auto Trait Implementations§
impl<'t> Freeze for ErasedInner<'t>
impl<'t> !RefUnwindSafe for ErasedInner<'t>
impl<'t> !Send for ErasedInner<'t>
impl<'t> !Sync for ErasedInner<'t>
impl<'t> Unpin for ErasedInner<'t>
impl<'t> !UnwindSafe for ErasedInner<'t>
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