pub struct Start {
pub addr: SocketAddr,
pub id: SessionId,
}Expand description
Hello, used to initiate network channels
Fields§
§addr: SocketAddrThe Cannonical Address of the host sending the Start message
id: SessionId“Channel ID”, used as a tie-breaker in mutual connection requests
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Start
impl RefUnwindSafe for Start
impl Send for Start
impl Sync for Start
impl Unpin for Start
impl UnsafeUnpin for Start
impl UnwindSafe for Start
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