pub struct LocalStreamEndpoints {
pub stream: SocketAddr,
pub http: SocketAddr,
}Expand description
Loopback endpoints for the built-in demo/browser bootstrap flow.
Fields§
§stream: SocketAddr§http: SocketAddrImplementations§
Trait Implementations§
Source§impl Clone for LocalStreamEndpoints
impl Clone for LocalStreamEndpoints
Source§fn clone(&self) -> LocalStreamEndpoints
fn clone(&self) -> LocalStreamEndpoints
Returns a duplicate of the value. Read more
1.0.0 · 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 LocalStreamEndpoints
impl Debug for LocalStreamEndpoints
Source§impl Default for LocalStreamEndpoints
impl Default for LocalStreamEndpoints
Source§impl PartialEq for LocalStreamEndpoints
impl PartialEq for LocalStreamEndpoints
impl Copy for LocalStreamEndpoints
impl Eq for LocalStreamEndpoints
impl StructuralPartialEq for LocalStreamEndpoints
Auto Trait Implementations§
impl Freeze for LocalStreamEndpoints
impl RefUnwindSafe for LocalStreamEndpoints
impl Send for LocalStreamEndpoints
impl Sync for LocalStreamEndpoints
impl Unpin for LocalStreamEndpoints
impl UnsafeUnpin for LocalStreamEndpoints
impl UnwindSafe for LocalStreamEndpoints
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.