Struct syn_solidity::TypeArray
source · pub struct TypeArray {
pub ty: Box<Type>,
pub bracket_token: Bracket,
pub size: Option<LitInt>,
}
Expand description
An array type.
Fields§
§ty: Box<Type>
§bracket_token: Bracket
§size: Option<LitInt>
Implementations§
Trait Implementations§
source§impl PartialEq<TypeArray> for TypeArray
impl PartialEq<TypeArray> for TypeArray
impl Eq for TypeArray
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§
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