Struct tokio_rustls_acme::axum::AxumAcceptor
source · pub struct AxumAcceptor { /* private fields */ }
Available on crate feature
axum
only.Implementations§
source§impl AxumAcceptor
impl AxumAcceptor
pub fn new(acme_acceptor: AcmeAcceptor, config: Arc<ServerConfig>) -> Self
Trait Implementations§
source§impl<I: AsyncRead + AsyncWrite + Unpin + Send + 'static, S: Send + 'static> Accept<I, S> for AxumAcceptor
impl<I: AsyncRead + AsyncWrite + Unpin + Send + 'static, S: Send + 'static> Accept<I, S> for AxumAcceptor
source§impl Clone for AxumAcceptor
impl Clone for AxumAcceptor
source§fn clone(&self) -> AxumAcceptor
fn clone(&self) -> AxumAcceptor
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for AxumAcceptor
impl !RefUnwindSafe for AxumAcceptor
impl Send for AxumAcceptor
impl Sync for AxumAcceptor
impl Unpin for AxumAcceptor
impl !UnwindSafe for AxumAcceptor
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)