pub struct LoopbackConnection;
Implementations§
Source§impl LoopbackConnection
impl LoopbackConnection
pub fn new() -> (Rc<RefCell<DefaultConnection>>, Rc<RefCell<DefaultConnection>>)
Auto Trait Implementations§
impl Freeze for LoopbackConnection
impl RefUnwindSafe for LoopbackConnection
impl Send for LoopbackConnection
impl Sync for LoopbackConnection
impl Unpin for LoopbackConnection
impl UnwindSafe for LoopbackConnection
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