pub struct FunctionParam<'cst>(/* private fields */);Implementations§
Source§impl<'cst> FunctionParam<'cst>
impl<'cst> FunctionParam<'cst>
pub fn typed_name(&self) -> Option<TypedName<'cst>>
Trait Implementations§
Source§impl<'cst> Clone for FunctionParam<'cst>
impl<'cst> Clone for FunctionParam<'cst>
Source§fn clone(&self) -> FunctionParam<'cst>
fn clone(&self) -> FunctionParam<'cst>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'cst> Copy for FunctionParam<'cst>
Source§impl<'cst> Debug for FunctionParam<'cst>
impl<'cst> Debug for FunctionParam<'cst>
Source§impl<'cst> View<'cst> for FunctionParam<'cst>
impl<'cst> View<'cst> for FunctionParam<'cst>
Auto Trait Implementations§
impl<'cst> Freeze for FunctionParam<'cst>
impl<'cst> RefUnwindSafe for FunctionParam<'cst>
impl<'cst> Send for FunctionParam<'cst>
impl<'cst> Sync for FunctionParam<'cst>
impl<'cst> Unpin for FunctionParam<'cst>
impl<'cst> UnsafeUnpin for FunctionParam<'cst>
impl<'cst> UnwindSafe for FunctionParam<'cst>
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