Struct hyper_rustls::acceptor::builder::WantsIncoming
source · pub struct WantsIncoming(ServerConfig);
Expand description
State of a builder that needs a incoming address next
Tuple Fields§
§0: ServerConfig
Auto Trait Implementations§
impl Freeze for WantsIncoming
impl !RefUnwindSafe for WantsIncoming
impl Send for WantsIncoming
impl Sync for WantsIncoming
impl Unpin for WantsIncoming
impl !UnwindSafe for WantsIncoming
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