pub enum ParamEnum<'lt> {
Ty(&'lt TyParam),
NonTy(&'lt NonTyParam),
}
Variants§
Ty(&'lt TyParam)
NonTy(&'lt NonTyParam)
Auto Trait Implementations§
impl<'lt> Freeze for ParamEnum<'lt>
impl<'lt> !RefUnwindSafe for ParamEnum<'lt>
impl<'lt> !Send for ParamEnum<'lt>
impl<'lt> !Sync for ParamEnum<'lt>
impl<'lt> Unpin for ParamEnum<'lt>
impl<'lt> !UnwindSafe for ParamEnum<'lt>
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