pub struct Array<'a, 'e: 'a> {
pub element_sig: Type,
pub values: Vec<Param<'a, 'e>>,
}
Fields§
§element_sig: Type
§values: Vec<Param<'a, 'e>>
Trait Implementations§
impl<'a, 'e: 'a> Eq for Array<'a, 'e>
impl<'a, 'e: 'a> StructuralPartialEq for Array<'a, 'e>
Auto Trait Implementations§
impl<'a, 'e> Freeze for Array<'a, 'e>
impl<'a, 'e> RefUnwindSafe for Array<'a, 'e>
impl<'a, 'e> Send for Array<'a, 'e>
impl<'a, 'e> Sync for Array<'a, 'e>
impl<'a, 'e> Unpin for Array<'a, 'e>
impl<'a, 'e> UnwindSafe for Array<'a, 'e>
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