Struct instant_epp::client::RustlsConnector
source · pub struct RustlsConnector { /* private fields */ }Implementations§
source§impl RustlsConnector
impl RustlsConnector
pub async fn new( server: (String, u16), identity: Option<(Vec<Certificate>, PrivateKey)> ) -> Result<Self, Error>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for RustlsConnector
impl Send for RustlsConnector
impl Sync for RustlsConnector
impl Unpin for RustlsConnector
impl !UnwindSafe for RustlsConnector
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