pub struct QuicConnectionManager { /* private fields */ }
Implementations§
source§impl QuicConnectionManager
impl QuicConnectionManager
pub fn new_with_connection_config(config: QuicConfig) -> Self
Trait Implementations§
source§impl ConnectionManager for QuicConnectionManager
impl ConnectionManager for QuicConnectionManager
type ConnectionPool = QuicPool
type NewConnectionConfig = QuicConfig
const PROTOCOL: Protocol = Protocol::QUIC
fn new_connection_pool(&self) -> Self::ConnectionPool
fn new_connection_config(&self) -> QuicConfig
source§impl Default for QuicConnectionManager
impl Default for QuicConnectionManager
source§fn default() -> QuicConnectionManager
fn default() -> QuicConnectionManager
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for QuicConnectionManager
impl Send for QuicConnectionManager
impl Sync for QuicConnectionManager
impl Unpin for QuicConnectionManager
impl !UnwindSafe for QuicConnectionManager
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