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