#[repr(C)]pub struct SliceType<'input> {
pub inner: Box<Type<'input>>,
pub left_bracket: Span,
pub right_bracket: Span,
}Fields§
§inner: Box<Type<'input>>§left_bracket: Span§right_bracket: SpanTrait Implementations§
Source§impl<'input> Ord for SliceType<'input>
impl<'input> Ord for SliceType<'input>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'input> PartialOrd for SliceType<'input>
impl<'input> PartialOrd for SliceType<'input>
impl<'input> Eq for SliceType<'input>
impl<'input> StructuralPartialEq for SliceType<'input>
Auto Trait Implementations§
impl<'input> Freeze for SliceType<'input>
impl<'input> RefUnwindSafe for SliceType<'input>
impl<'input> Send for SliceType<'input>
impl<'input> Sync for SliceType<'input>
impl<'input> Unpin for SliceType<'input>
impl<'input> UnwindSafe for SliceType<'input>
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