There are at least four scenarios here, each with different assumptions, so each has a different answer.
If there are 3 apples of the same type, there is only 1 way to distribute 3 apples among 3 people so that each person has exactly 1 apple.
If there are 3 different types of apples (or 3 different fruits altogether), there are $3!=6$ different ways to distribute the apples/fruit so that each person has exactly 1 apple.
If there are 3 bins of apples, each of a different type, and each bin has at least 3 apples in it, and each person gets only 1 apple, there are $3^3=27$ ways to distribute the apples.
If it does not matter how many apples each person gets, from 0 to 3, and there are 3 identical apples to choose from, there are at least 10 ways to distribute the apples among 3 people.
To do this without counting requires formulas. The formulas should be as follows (numbered according to the scenarios above, where $a$ is the number of apples and $p$ is the number of people). Note that since in your original scenario $a=p$, it is difficult to discern between $a$ and $p$ in the formulas.
$a \choose p$
$p!$
$a^p$
I don't know of a formula to use here. I just counted.
Hope this helps.