pub struct FunctionArgument {
pub name: Token,
pub colon: Token,
pub reference_token: Option<Token>,
pub arg_type: TypeHint,
}Fields§
§name: Token§colon: Token§reference_token: Option<Token>§arg_type: TypeHintTrait Implementations§
Auto Trait Implementations§
impl Freeze for FunctionArgument
impl RefUnwindSafe for FunctionArgument
impl Send for FunctionArgument
impl Sync for FunctionArgument
impl Unpin for FunctionArgument
impl UnwindSafe for FunctionArgument
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