pub(crate) struct InterfaceDog;Expand description
A Speaker implementation that barks.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InterfaceDog
impl RefUnwindSafe for InterfaceDog
impl Send for InterfaceDog
impl Sync for InterfaceDog
impl Unpin for InterfaceDog
impl UnsafeUnpin for InterfaceDog
impl UnwindSafe for InterfaceDog
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