pub struct IncomingBootstrapConnection {
pub identity: BootstrapIdentity,
pub registration: ParticipantRegistration,
pub connection: BootstrapConnection,
}Fields§
§identity: BootstrapIdentity§registration: ParticipantRegistration§connection: BootstrapConnectionAuto Trait Implementations§
impl !Freeze for IncomingBootstrapConnection
impl RefUnwindSafe for IncomingBootstrapConnection
impl Send for IncomingBootstrapConnection
impl Sync for IncomingBootstrapConnection
impl Unpin for IncomingBootstrapConnection
impl UnsafeUnpin for IncomingBootstrapConnection
impl UnwindSafe for IncomingBootstrapConnection
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