pub struct FnParam {
pub ident: Identifier,
pub default: Option<ExprKind>,
}
Fields§
§ident: Identifier
§default: Option<ExprKind>
Implementations§
Trait Implementations§
impl StructuralPartialEq for FnParam
Auto Trait Implementations§
impl Freeze for FnParam
impl RefUnwindSafe for FnParam
impl Send for FnParam
impl Sync for FnParam
impl Unpin for FnParam
impl UnwindSafe for FnParam
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