pub enum FakeSocketProxy_Event {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FakeSocketProxy_Event
impl RefUnwindSafe for FakeSocketProxy_Event
impl Send for FakeSocketProxy_Event
impl Sync for FakeSocketProxy_Event
impl Unpin for FakeSocketProxy_Event
impl UnwindSafe for FakeSocketProxy_Event
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