pub struct ResolvedArrayType {
pub item_type: ResolvedType,
}
Fields§
§item_type: ResolvedType
Trait Implementations§
Source§impl Debug for ResolvedArrayType
impl Debug for ResolvedArrayType
Source§impl PartialEq for ResolvedArrayType
impl PartialEq for ResolvedArrayType
impl Eq for ResolvedArrayType
impl StructuralPartialEq for ResolvedArrayType
Auto Trait Implementations§
impl Freeze for ResolvedArrayType
impl !RefUnwindSafe for ResolvedArrayType
impl !Send for ResolvedArrayType
impl !Sync for ResolvedArrayType
impl Unpin for ResolvedArrayType
impl !UnwindSafe for ResolvedArrayType
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