pub struct ClapperEnhancerProxy { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClapperEnhancerProxy
impl RefUnwindSafe for ClapperEnhancerProxy
impl !Send for ClapperEnhancerProxy
impl !Sync for ClapperEnhancerProxy
impl !Unpin for ClapperEnhancerProxy
impl UnsafeUnpin for ClapperEnhancerProxy
impl UnwindSafe for ClapperEnhancerProxy
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