pub enum ThreatEntryType {
Unspecified,
Url,
Executable,
IpRange,
}
Expand description
Types of threat entries in the Safe Browsing API
Variants§
Trait Implementations§
Source§impl Clone for ThreatEntryType
impl Clone for ThreatEntryType
Source§fn clone(&self) -> ThreatEntryType
fn clone(&self) -> ThreatEntryType
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 moreSource§impl Debug for ThreatEntryType
impl Debug for ThreatEntryType
Source§impl<'de> Deserialize<'de> for ThreatEntryType
impl<'de> Deserialize<'de> for ThreatEntryType
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 Display for ThreatEntryType
impl Display for ThreatEntryType
Source§impl From<ThreatEntryType> for i32
impl From<ThreatEntryType> for i32
Source§fn from(tet: ThreatEntryType) -> i32
fn from(tet: ThreatEntryType) -> i32
Converts to this type from the input type.
Source§impl From<i32> for ThreatEntryType
impl From<i32> for ThreatEntryType
Source§impl Hash for ThreatEntryType
impl Hash for ThreatEntryType
Source§impl PartialEq for ThreatEntryType
impl PartialEq for ThreatEntryType
Source§impl Serialize for ThreatEntryType
impl Serialize for ThreatEntryType
impl Copy for ThreatEntryType
impl Eq for ThreatEntryType
impl StructuralPartialEq for ThreatEntryType
Auto Trait Implementations§
impl Freeze for ThreatEntryType
impl RefUnwindSafe for ThreatEntryType
impl Send for ThreatEntryType
impl Sync for ThreatEntryType
impl Unpin for ThreatEntryType
impl UnwindSafe for ThreatEntryType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.