Enum typify_impl::TypeEnumVariant
source · [−]Expand description
Enum variant details.
Variants
Simple
Tuple(Vec<TypeId>)
Struct(Vec<(&'a str, TypeId)>)
Auto Trait Implementations
impl<'a> RefUnwindSafe for TypeEnumVariant<'a>
impl<'a> Send for TypeEnumVariant<'a>
impl<'a> Sync for TypeEnumVariant<'a>
impl<'a> Unpin for TypeEnumVariant<'a>
impl<'a> UnwindSafe for TypeEnumVariant<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more