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