#[repr(C)]pub struct NonEmptyArrayType<'input> {
pub keyword: Keyword<'input>,
pub parameters: Option<GenericParameters<'input>>,
}Fields§
§keyword: Keyword<'input>§parameters: Option<GenericParameters<'input>>Trait Implementations§
Source§impl<'input> Clone for NonEmptyArrayType<'input>
impl<'input> Clone for NonEmptyArrayType<'input>
Source§fn clone(&self) -> NonEmptyArrayType<'input>
fn clone(&self) -> NonEmptyArrayType<'input>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'input> Debug for NonEmptyArrayType<'input>
impl<'input> Debug for NonEmptyArrayType<'input>
Source§impl Display for NonEmptyArrayType<'_>
impl Display for NonEmptyArrayType<'_>
Source§impl HasSpan for NonEmptyArrayType<'_>
impl HasSpan for NonEmptyArrayType<'_>
Source§impl<'input> Hash for NonEmptyArrayType<'input>
impl<'input> Hash for NonEmptyArrayType<'input>
Source§impl<'input> Ord for NonEmptyArrayType<'input>
impl<'input> Ord for NonEmptyArrayType<'input>
Source§fn cmp(&self, other: &NonEmptyArrayType<'input>) -> Ordering
fn cmp(&self, other: &NonEmptyArrayType<'input>) -> Ordering
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> PartialEq for NonEmptyArrayType<'input>
impl<'input> PartialEq for NonEmptyArrayType<'input>
Source§impl<'input> PartialOrd for NonEmptyArrayType<'input>
impl<'input> PartialOrd for NonEmptyArrayType<'input>
Source§impl<'input> Serialize for NonEmptyArrayType<'input>
impl<'input> Serialize for NonEmptyArrayType<'input>
impl<'input> Eq for NonEmptyArrayType<'input>
impl<'input> StructuralPartialEq for NonEmptyArrayType<'input>
Auto Trait Implementations§
impl<'input> Freeze for NonEmptyArrayType<'input>
impl<'input> RefUnwindSafe for NonEmptyArrayType<'input>
impl<'input> Send for NonEmptyArrayType<'input>
impl<'input> Sync for NonEmptyArrayType<'input>
impl<'input> Unpin for NonEmptyArrayType<'input>
impl<'input> UnwindSafe for NonEmptyArrayType<'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