pub struct StringDetectionCount(/* private fields */);Expand description
Represents the string detection count.
Implementations§
Source§impl StringDetectionCount
impl StringDetectionCount
Sourcepub const fn new() -> StringDetectionCount
pub const fn new() -> StringDetectionCount
Creates a new StringDetectionCount.
Sourcepub const fn create(val: u32) -> StringDetectionCount
pub const fn create(val: u32) -> StringDetectionCount
Creates a new StringDetectionCount from the provided parameter.
Sourcepub fn into_inner(self) -> u32
pub fn into_inner(self) -> u32
Converts into the inner representation of 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<StringDetectionCount, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<StringDetectionCount, <__D as Deserializer<'de>>::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) -> XfsMember
fn from(val: &StringDetectionCount) -> XfsMember
Converts to this type from the input type.
Source§impl From<&StringDetectionCount> for XfsValue
impl From<&StringDetectionCount> for XfsValue
Source§fn from(val: &StringDetectionCount) -> XfsValue
fn from(val: &StringDetectionCount) -> XfsValue
Converts to this type from the input type.
Source§impl From<&i32> for StringDetectionCount
impl From<&i32> for StringDetectionCount
Source§fn from(val: &i32) -> StringDetectionCount
fn from(val: &i32) -> StringDetectionCount
Converts to this type from the input type.
Source§impl From<&u32> for StringDetectionCount
impl From<&u32> for StringDetectionCount
Source§fn from(val: &u32) -> StringDetectionCount
fn from(val: &u32) -> StringDetectionCount
Converts to this type from the input type.
Source§impl From<StringDetectionCount> for XfsMember
impl From<StringDetectionCount> for XfsMember
Source§fn from(val: StringDetectionCount) -> XfsMember
fn from(val: StringDetectionCount) -> XfsMember
Converts to this type from the input type.
Source§impl From<StringDetectionCount> for XfsValue
impl From<StringDetectionCount> for XfsValue
Source§fn from(val: StringDetectionCount) -> XfsValue
fn from(val: StringDetectionCount) -> XfsValue
Converts to this type from the input type.
Source§impl From<i32> for StringDetectionCount
impl From<i32> for StringDetectionCount
Source§fn from(val: i32) -> StringDetectionCount
fn from(val: i32) -> StringDetectionCount
Converts to this type from the input type.
Source§impl From<u32> for StringDetectionCount
impl From<u32> for StringDetectionCount
Source§fn from(val: u32) -> StringDetectionCount
fn from(val: u32) -> StringDetectionCount
Converts to this type from the input type.
Source§impl PartialEq for StringDetectionCount
impl PartialEq for StringDetectionCount
Source§impl Serialize for StringDetectionCount
impl Serialize for StringDetectionCount
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
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