#[repr(i32)]pub enum X509GeneralNameType {
BOTAN_X509_OTHER_NAME = 0,
BOTAN_X509_EMAIL_ADDRESS = 1,
BOTAN_X509_DNS_NAME = 2,
BOTAN_X509_DIRECTORY_NAME = 4,
BOTAN_X509_URI = 6,
BOTAN_X509_IP_ADDRESS = 7,
}Variants§
BOTAN_X509_OTHER_NAME = 0
BOTAN_X509_EMAIL_ADDRESS = 1
BOTAN_X509_DNS_NAME = 2
BOTAN_X509_DIRECTORY_NAME = 4
BOTAN_X509_URI = 6
BOTAN_X509_IP_ADDRESS = 7
Auto Trait Implementations§
impl Freeze for X509GeneralNameType
impl RefUnwindSafe for X509GeneralNameType
impl Send for X509GeneralNameType
impl Sync for X509GeneralNameType
impl Unpin for X509GeneralNameType
impl UnsafeUnpin for X509GeneralNameType
impl UnwindSafe for X509GeneralNameType
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