pub struct CertificateAuthenticator {}Implementations§
Source§impl CertificateAuthenticator
impl CertificateAuthenticator
pub fn get_credentials( &self, _service_type: &ServiceType, _host_port: String, ) -> Result<UserPassPair>
Trait Implementations§
Source§impl Clone for CertificateAuthenticator
impl Clone for CertificateAuthenticator
Source§fn clone(&self) -> CertificateAuthenticator
fn clone(&self) -> CertificateAuthenticator
Returns a duplicate 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 moreSource§impl Debug for CertificateAuthenticator
impl Debug for CertificateAuthenticator
Source§impl From<CertificateAuthenticator> for Authenticator
impl From<CertificateAuthenticator> for Authenticator
Source§fn from(value: CertificateAuthenticator) -> Self
fn from(value: CertificateAuthenticator) -> Self
Converts to this type from the input type.
Source§impl Hash for CertificateAuthenticator
impl Hash for CertificateAuthenticator
Source§impl PartialEq for CertificateAuthenticator
impl PartialEq for CertificateAuthenticator
impl Eq for CertificateAuthenticator
impl StructuralPartialEq for CertificateAuthenticator
Auto Trait Implementations§
impl Freeze for CertificateAuthenticator
impl RefUnwindSafe for CertificateAuthenticator
impl Send for CertificateAuthenticator
impl Sync for CertificateAuthenticator
impl Unpin for CertificateAuthenticator
impl UnwindSafe for CertificateAuthenticator
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