Struct rpc_core::connection::DefaultConnection
source · pub struct DefaultConnection { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Connection for DefaultConnection
impl Connection for DefaultConnection
source§impl Default for DefaultConnection
impl Default for DefaultConnection
source§fn default() -> DefaultConnection
fn default() -> DefaultConnection
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for DefaultConnection
impl !Send for DefaultConnection
impl !Sync for DefaultConnection
impl Unpin for DefaultConnection
impl !UnwindSafe for DefaultConnection
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