pub enum PurposeType {
Admin,
Contact,
Prov,
OtherPurpose,
}
Expand description
Type corresponding to possible
Variants§
Trait Implementations§
Source§impl Debug for PurposeType
impl Debug for PurposeType
Source§impl<'de> Deserialize<'de> for PurposeType
impl<'de> Deserialize<'de> for PurposeType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PurposeType
impl PartialEq for PurposeType
impl Eq for PurposeType
impl StructuralPartialEq for PurposeType
Auto Trait Implementations§
impl Freeze for PurposeType
impl RefUnwindSafe for PurposeType
impl Send for PurposeType
impl Sync for PurposeType
impl Unpin for PurposeType
impl UnwindSafe for PurposeType
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