pub struct TestSpamTest {
pub value: Value,
pub match_type: MatchType,
pub comparator: Comparator,
pub percent: bool,
pub is_not: bool,
}Fields§
§value: Value§match_type: MatchType§comparator: Comparator§percent: bool§is_not: boolTrait Implementations§
Source§impl Clone for TestSpamTest
impl Clone for TestSpamTest
Source§fn clone(&self) -> TestSpamTest
fn clone(&self) -> TestSpamTest
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 TestSpamTest
impl Debug for TestSpamTest
Source§impl<'de> Deserialize<'de> for TestSpamTest
impl<'de> Deserialize<'de> for TestSpamTest
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 TestSpamTest
impl PartialEq for TestSpamTest
Source§impl Serialize for TestSpamTest
impl Serialize for TestSpamTest
impl Eq for TestSpamTest
impl StructuralPartialEq for TestSpamTest
Auto Trait Implementations§
impl Freeze for TestSpamTest
impl RefUnwindSafe for TestSpamTest
impl Send for TestSpamTest
impl Sync for TestSpamTest
impl Unpin for TestSpamTest
impl UnwindSafe for TestSpamTest
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