[−][src]Struct syn::TypeArray
A fixed size array type: [T; n].
This type is available only if Syn is built with the "derive" or
"full" feature.
Fields
bracket_token: Bracketelem: Box<Type>semi_token: Semilen: ExprTrait Implementations
impl Clone for TypeArray[src][+]
impl Debug for TypeArray[src][+]
impl Eq for TypeArray[src]
impl From<TypeArray> for Type[src][+]
impl Hash for TypeArray[src][+]
impl Parse for TypeArray[src][+]
impl PartialEq<TypeArray> for TypeArray[src][+]
impl StructuralEq for TypeArray[src]
impl StructuralPartialEq for TypeArray[src]
impl ToTokens for TypeArray[src][+]
Auto Trait Implementations
impl !RefUnwindSafe for TypeArray
impl !Send for TypeArray
impl !Sync for TypeArray
impl Unpin for TypeArray
impl UnwindSafe for TypeArray
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> From<T> for T[src][+]
impl<T, U> Into<U> for T where
U: From<T>, [src][+]
U: From<T>,
impl<T> Spanned for T where
T: Spanned + ?Sized, [src][+]
T: Spanned + ?Sized,
impl<T> ToOwned for T where
T: Clone, [src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src][+]
U: TryFrom<T>,