pub struct EdgeAddr {
pub ip: IpAddr,
pub port: u16,
pub version: EdgeIpVersion,
}Fields§
§ip: IpAddr§port: u16§version: EdgeIpVersionImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EdgeAddr
impl RefUnwindSafe for EdgeAddr
impl Send for EdgeAddr
impl Sync for EdgeAddr
impl Unpin for EdgeAddr
impl UnsafeUnpin for EdgeAddr
impl UnwindSafe for EdgeAddr
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