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