[][src]Struct climeta::schema::MethodDefSig

pub struct MethodDefSig<'db> { /* fields omitted */ }

Methods

impl<'db> MethodDefSig<'db>[src]

pub fn has_this(&self) -> bool[src]

pub fn explicit_this(&self) -> bool[src]

pub fn is_generic(&self) -> bool[src]

pub fn is_vararg(&self) -> bool[src]

pub fn generic_param_count(&self) -> u32[src]

pub fn return_type(&self) -> &RetType<'db>[src]

pub fn params(&self) -> &[ParamSig<'db>][src]

Auto Trait Implementations

impl<'db> Send for MethodDefSig<'db>

impl<'db> Sync for MethodDefSig<'db>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T[src]