pub enum ParamTypeInner {
Primitive(Ident),
Custom(Ident),
List(Type),
}
Variants§
Auto Trait Implementations§
impl Freeze for ParamTypeInner
impl RefUnwindSafe for ParamTypeInner
impl !Send for ParamTypeInner
impl !Sync for ParamTypeInner
impl Unpin for ParamTypeInner
impl UnwindSafe for ParamTypeInner
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