pub struct SignalingServerEndpoint {
pub name: String,
pub address: IpAddr,
pub port: NonZeroU16,
}Expand description
One reachable control endpoint in a station server-list response.
Fields§
§name: String§address: IpAddr§port: NonZeroU16Trait Implementations§
Source§impl Clone for SignalingServerEndpoint
impl Clone for SignalingServerEndpoint
Source§fn clone(&self) -> SignalingServerEndpoint
fn clone(&self) -> SignalingServerEndpoint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SignalingServerEndpoint
impl Debug for SignalingServerEndpoint
impl Eq for SignalingServerEndpoint
Source§impl PartialEq for SignalingServerEndpoint
impl PartialEq for SignalingServerEndpoint
impl StructuralPartialEq for SignalingServerEndpoint
Auto Trait Implementations§
impl Freeze for SignalingServerEndpoint
impl RefUnwindSafe for SignalingServerEndpoint
impl Send for SignalingServerEndpoint
impl Sync for SignalingServerEndpoint
impl Unpin for SignalingServerEndpoint
impl UnsafeUnpin for SignalingServerEndpoint
impl UnwindSafe for SignalingServerEndpoint
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