pub struct WsUrlOwned {
pub host: String,
pub ip: String,
pub port: u16,
pub path: String,
pub secure: bool,
}Fields§
§host: String§ip: String§port: u16§path: String§secure: boolImplementations§
Trait Implementations§
Source§impl Debug for WsUrlOwned
impl Debug for WsUrlOwned
Source§impl PartialEq for WsUrlOwned
impl PartialEq for WsUrlOwned
impl StructuralPartialEq for WsUrlOwned
Auto Trait Implementations§
impl Freeze for WsUrlOwned
impl RefUnwindSafe for WsUrlOwned
impl Send for WsUrlOwned
impl Sync for WsUrlOwned
impl Unpin for WsUrlOwned
impl UnwindSafe for WsUrlOwned
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