pub struct SslCaCertificateRequestExtension(/* private fields */);
Expand description
SSL CA 认证扩展
Implementations§
Source§impl SslCaCertificateRequestExtension
impl SslCaCertificateRequestExtension
Sourcepub fn new(value: CaCertificate) -> Self
pub fn new(value: CaCertificate) -> Self
创建扩展类型
Sourcepub fn get(&self) -> &CaCertificate
pub fn get(&self) -> &CaCertificate
获取扩展类型的值
Trait Implementations§
Source§impl Clone for SslCaCertificateRequestExtension
impl Clone for SslCaCertificateRequestExtension
Source§fn clone(&self) -> SslCaCertificateRequestExtension
fn clone(&self) -> SslCaCertificateRequestExtension
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 moreAuto Trait Implementations§
impl Freeze for SslCaCertificateRequestExtension
impl RefUnwindSafe for SslCaCertificateRequestExtension
impl Send for SslCaCertificateRequestExtension
impl Sync for SslCaCertificateRequestExtension
impl Unpin for SslCaCertificateRequestExtension
impl UnwindSafe for SslCaCertificateRequestExtension
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