pub struct Ssl<'a> { /* private fields */ }
Expand description
Namespace client for Ssl APIs
Implementations§
Source§impl<'a> Ssl<'a>
impl<'a> Ssl<'a>
pub fn transport(&self) -> &Transport
Sourcepub fn certificates<'b>(&'a self) -> SslCertificates<'a, 'b>
pub fn certificates<'b>(&'a self) -> SslCertificates<'a, 'b>
Retrieves information about the X.509 certificates used to encrypt communications in the cluster.
Auto Trait Implementations§
impl<'a> Freeze for Ssl<'a>
impl<'a> !RefUnwindSafe for Ssl<'a>
impl<'a> Send for Ssl<'a>
impl<'a> Sync for Ssl<'a>
impl<'a> Unpin for Ssl<'a>
impl<'a> !UnwindSafe for Ssl<'a>
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