pub struct JoinSuccess {
pub peer_id: Id,
pub peer: Peer,
}
Fields§
§peer_id: Id
§peer: Peer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JoinSuccess
impl !RefUnwindSafe for JoinSuccess
impl Send for JoinSuccess
impl Sync for JoinSuccess
impl Unpin for JoinSuccess
impl !UnwindSafe for JoinSuccess
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