Struct syn_solidity::TypeTuple
source · pub struct TypeTuple {
pub tuple_token: Option<tuple>,
pub paren_token: Paren,
pub types: Punctuated<Type, Comma>,
}
Expand description
A tuple type.
Fields§
§tuple_token: Option<tuple>
§paren_token: Paren
§types: Punctuated<Type, Comma>
Implementations§
Trait Implementations§
source§impl FromIterator<Type> for TypeTuple
impl FromIterator<Type> for TypeTuple
source§impl PartialEq<TypeTuple> for TypeTuple
impl PartialEq<TypeTuple> for TypeTuple
impl Eq for TypeTuple
Auto Trait Implementations§
impl RefUnwindSafe for TypeTuple
impl !Send for TypeTuple
impl !Sync for TypeTuple
impl Unpin for TypeTuple
impl UnwindSafe for TypeTuple
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