pub struct FunctionParamList<'cst>(/* private fields */);Implementations§
Source§impl<'cst> FunctionParamList<'cst>
impl<'cst> FunctionParamList<'cst>
pub fn params(&self) -> impl Iterator<Item = FunctionParam<'cst>>
Trait Implementations§
Source§impl<'cst> Clone for FunctionParamList<'cst>
impl<'cst> Clone for FunctionParamList<'cst>
Source§fn clone(&self) -> FunctionParamList<'cst>
fn clone(&self) -> FunctionParamList<'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 FunctionParamList<'cst>
Source§impl<'cst> Debug for FunctionParamList<'cst>
impl<'cst> Debug for FunctionParamList<'cst>
Source§impl<'cst> View<'cst> for FunctionParamList<'cst>
impl<'cst> View<'cst> for FunctionParamList<'cst>
Auto Trait Implementations§
impl<'cst> Freeze for FunctionParamList<'cst>
impl<'cst> RefUnwindSafe for FunctionParamList<'cst>
impl<'cst> Send for FunctionParamList<'cst>
impl<'cst> Sync for FunctionParamList<'cst>
impl<'cst> Unpin for FunctionParamList<'cst>
impl<'cst> UnsafeUnpin for FunctionParamList<'cst>
impl<'cst> UnwindSafe for FunctionParamList<'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