#[repr(C)]pub struct StringDetectionCount(/* private fields */);
Expand description
Represents the string detection count.
Implementations§
Source§impl StringDetectionCount
impl StringDetectionCount
Trait Implementations§
Source§impl Clone for StringDetectionCount
impl Clone for StringDetectionCount
Source§fn clone(&self) -> StringDetectionCount
fn clone(&self) -> StringDetectionCount
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 StringDetectionCount
impl Debug for StringDetectionCount
Source§impl Default for StringDetectionCount
impl Default for StringDetectionCount
Source§fn default() -> StringDetectionCount
fn default() -> StringDetectionCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StringDetectionCount
impl<'de> Deserialize<'de> for StringDetectionCount
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 StringDetectionCount
impl Display for StringDetectionCount
Source§impl From<&StringDetectionCount> for XfsMember
impl From<&StringDetectionCount> for XfsMember
Source§fn from(val: &StringDetectionCount) -> Self
fn from(val: &StringDetectionCount) -> Self
Converts to this type from the input type.
Source§impl From<&StringDetectionCount> for XfsValue
impl From<&StringDetectionCount> for XfsValue
Source§fn from(val: &StringDetectionCount) -> Self
fn from(val: &StringDetectionCount) -> Self
Converts to this type from the input type.
Source§impl From<&StringDetectionCount> for i32
impl From<&StringDetectionCount> for i32
Source§fn from(val: &StringDetectionCount) -> Self
fn from(val: &StringDetectionCount) -> Self
Converts to this type from the input type.
Source§impl From<&StringDetectionCount> for u32
impl From<&StringDetectionCount> for u32
Source§fn from(val: &StringDetectionCount) -> Self
fn from(val: &StringDetectionCount) -> Self
Converts to this type from the input type.
Source§impl From<&i32> for StringDetectionCount
impl From<&i32> for StringDetectionCount
Source§impl From<&u32> for StringDetectionCount
impl From<&u32> for StringDetectionCount
Source§impl From<StringDetectionCount> for XfsMember
impl From<StringDetectionCount> for XfsMember
Source§fn from(val: StringDetectionCount) -> Self
fn from(val: StringDetectionCount) -> Self
Converts to this type from the input type.
Source§impl From<StringDetectionCount> for XfsValue
impl From<StringDetectionCount> for XfsValue
Source§fn from(val: StringDetectionCount) -> Self
fn from(val: StringDetectionCount) -> Self
Converts to this type from the input type.
Source§impl From<StringDetectionCount> for i32
impl From<StringDetectionCount> for i32
Source§fn from(val: StringDetectionCount) -> Self
fn from(val: StringDetectionCount) -> Self
Converts to this type from the input type.
Source§impl From<StringDetectionCount> for u32
impl From<StringDetectionCount> for u32
Source§fn from(val: StringDetectionCount) -> Self
fn from(val: StringDetectionCount) -> Self
Converts to this type from the input type.
Source§impl From<i32> for StringDetectionCount
impl From<i32> for StringDetectionCount
Source§impl From<u32> for StringDetectionCount
impl From<u32> for StringDetectionCount
Source§impl PartialEq for StringDetectionCount
impl PartialEq for StringDetectionCount
Source§impl Serialize for StringDetectionCount
impl Serialize for StringDetectionCount
Source§impl TryFrom<&XfsMember> for StringDetectionCount
impl TryFrom<&XfsMember> for StringDetectionCount
Source§impl TryFrom<&XfsValue> for StringDetectionCount
impl TryFrom<&XfsValue> for StringDetectionCount
Source§impl TryFrom<XfsMember> for StringDetectionCount
impl TryFrom<XfsMember> for StringDetectionCount
Source§impl TryFrom<XfsValue> for StringDetectionCount
impl TryFrom<XfsValue> for StringDetectionCount
impl Copy for StringDetectionCount
impl Eq for StringDetectionCount
impl StructuralPartialEq for StringDetectionCount
Auto Trait Implementations§
impl Freeze for StringDetectionCount
impl RefUnwindSafe for StringDetectionCount
impl Send for StringDetectionCount
impl Sync for StringDetectionCount
impl Unpin for StringDetectionCount
impl UnwindSafe for StringDetectionCount
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