pub struct ResolvedConnection {
pub ws_url: String,
pub host: String,
pub port: u16,
}Expand description
Resolved connection info ready for use by a command.
Fields§
§ws_url: String§host: String§port: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedConnection
impl RefUnwindSafe for ResolvedConnection
impl Send for ResolvedConnection
impl Sync for ResolvedConnection
impl Unpin for ResolvedConnection
impl UnsafeUnpin for ResolvedConnection
impl UnwindSafe for ResolvedConnection
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