Struct solana_streamer::quic::SpawnServerResult
source · pub struct SpawnServerResult {
pub endpoint: Endpoint,
pub thread: JoinHandle<()>,
pub key_updater: Arc<EndpointKeyUpdater>,
}
Fields§
§endpoint: Endpoint
§thread: JoinHandle<()>
§key_updater: Arc<EndpointKeyUpdater>
Auto Trait Implementations§
impl !RefUnwindSafe for SpawnServerResult
impl Send for SpawnServerResult
impl Sync for SpawnServerResult
impl Unpin for SpawnServerResult
impl !UnwindSafe for SpawnServerResult
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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