Enum rust2go_common::raw_file::ParamTypeInner
source · pub enum ParamTypeInner {
Primitive(Ident),
Custom(Ident),
List(Type),
}
Variants§
Auto Trait Implementations§
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