pub(crate) struct PureBreedDog;Expand description
The sole SingleSpeaker implementation; there is nothing else to dispatch to.
Trait Implementations§
Source§impl SingleSpeaker for PureBreedDog
impl SingleSpeaker for PureBreedDog
Auto Trait Implementations§
impl Freeze for PureBreedDog
impl RefUnwindSafe for PureBreedDog
impl Send for PureBreedDog
impl Sync for PureBreedDog
impl Unpin for PureBreedDog
impl UnsafeUnpin for PureBreedDog
impl UnwindSafe for PureBreedDog
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