pub struct SliceType<'tree> {
pub span: Span,
pub element: Type<'tree>,
}Fields§
§span: Span§element: Type<'tree>Trait Implementations§
impl<'tree> Eq for SliceType<'tree>
impl<'tree> StructuralPartialEq for SliceType<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for SliceType<'tree>
impl<'tree> RefUnwindSafe for SliceType<'tree>
impl<'tree> Send for SliceType<'tree>
impl<'tree> Sync for SliceType<'tree>
impl<'tree> Unpin for SliceType<'tree>
impl<'tree> UnsafeUnpin for SliceType<'tree>
impl<'tree> UnwindSafe for SliceType<'tree>
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