#[repr(C)]pub struct AssociativeArrayType<'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 AssociativeArrayType<'input>
impl<'input> Clone for AssociativeArrayType<'input>
Source§fn clone(&self) -> AssociativeArrayType<'input>
fn clone(&self) -> AssociativeArrayType<'input>
Returns a duplicate 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 AssociativeArrayType<'input>
impl<'input> Debug for AssociativeArrayType<'input>
Source§impl Display for AssociativeArrayType<'_>
impl Display for AssociativeArrayType<'_>
Source§impl HasSpan for AssociativeArrayType<'_>
impl HasSpan for AssociativeArrayType<'_>
Source§impl<'input> Hash for AssociativeArrayType<'input>
impl<'input> Hash for AssociativeArrayType<'input>
Source§impl<'input> Ord for AssociativeArrayType<'input>
impl<'input> Ord for AssociativeArrayType<'input>
Source§fn cmp(&self, other: &AssociativeArrayType<'input>) -> Ordering
fn cmp(&self, other: &AssociativeArrayType<'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 AssociativeArrayType<'input>
impl<'input> PartialEq for AssociativeArrayType<'input>
Source§fn eq(&self, other: &AssociativeArrayType<'input>) -> bool
fn eq(&self, other: &AssociativeArrayType<'input>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'input> PartialOrd for AssociativeArrayType<'input>
impl<'input> PartialOrd for AssociativeArrayType<'input>
Source§impl<'input> Serialize for AssociativeArrayType<'input>
impl<'input> Serialize for AssociativeArrayType<'input>
impl<'input> Eq for AssociativeArrayType<'input>
impl<'input> StructuralPartialEq for AssociativeArrayType<'input>
Auto Trait Implementations§
impl<'input> Freeze for AssociativeArrayType<'input>
impl<'input> RefUnwindSafe for AssociativeArrayType<'input>
impl<'input> Send for AssociativeArrayType<'input>
impl<'input> Sync for AssociativeArrayType<'input>
impl<'input> Unpin for AssociativeArrayType<'input>
impl<'input> UnwindSafe for AssociativeArrayType<'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