pub enum IOCType {
IpAddress,
Domain,
Url,
FileHash,
Email,
Other(String),
}Variants§
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for IOCType
impl<'de> Deserialize<'de> for IOCType
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
impl StructuralPartialEq for IOCType
Auto Trait Implementations§
impl Freeze for IOCType
impl RefUnwindSafe for IOCType
impl Send for IOCType
impl Sync for IOCType
impl Unpin for IOCType
impl UnwindSafe for IOCType
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