pub enum DnType {
Country,
StateOrProvince,
Locality,
Organization,
OrganizationalUnit,
Common,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for DnType
impl RefUnwindSafe for DnType
impl Send for DnType
impl Sync for DnType
impl Unpin for DnType
impl UnsafeUnpin for DnType
impl UnwindSafe for DnType
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