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