pub struct FunctionParam<Name, Type>(pub Name, pub Type);Expand description
Renders an individual function parameter, Name: Type
Tuple Fields§
§0: Name§1: TypeTrait Implementations§
Auto Trait Implementations§
impl<Name, Type> Freeze for FunctionParam<Name, Type>
impl<Name, Type> RefUnwindSafe for FunctionParam<Name, Type>where
Name: RefUnwindSafe,
Type: RefUnwindSafe,
impl<Name, Type> Send for FunctionParam<Name, Type>
impl<Name, Type> Sync for FunctionParam<Name, Type>
impl<Name, Type> Unpin for FunctionParam<Name, Type>
impl<Name, Type> UnwindSafe for FunctionParam<Name, Type>where
Name: UnwindSafe,
Type: UnwindSafe,
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