Enum racer::PrimKind [−][src]
pub enum PrimKind {}Show variants
Bool, Never, Char, Unit, Pointer, Array, Slice, Str, Tuple, F32, F64, I8, I16, I32, I64, I128, U8, U16, U32, U64, U128, Isize, Usize, Ref, Fn, Await,
Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PrimKind
impl UnwindSafe for PrimKind
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V