pub enum Test {
Show 28 variants
True,
False,
Address(TestAddress),
Envelope(TestEnvelope),
Exists(TestExists),
Header(TestHeader),
Size(TestSize),
Invalid(Invalid),
Body(TestBody),
Convert(Convert),
Date(TestDate),
CurrentDate(TestCurrentDate),
Duplicate(TestDuplicate),
String(TestString),
Environment(TestString),
NotifyMethodCapability(TestNotifyMethodCapability),
ValidNotifyMethod(TestValidNotifyMethod),
ValidExtList(TestValidExtList),
Ihave(TestIhave),
HasFlag(TestHasFlag),
MailboxExists(TestMailboxExists),
Metadata(TestMetadata),
MetadataExists(TestMetadataExists),
MailboxIdExists(TestMailboxIdExists),
SpamTest(TestSpamTest),
VirusTest(TestVirusTest),
SpecialUseExists(TestSpecialUseExists),
Vacation(TestVacation),
}Variants§
True
False
Address(TestAddress)
Envelope(TestEnvelope)
Exists(TestExists)
Header(TestHeader)
Size(TestSize)
Invalid(Invalid)
Body(TestBody)
Convert(Convert)
Date(TestDate)
CurrentDate(TestCurrentDate)
Duplicate(TestDuplicate)
String(TestString)
Environment(TestString)
NotifyMethodCapability(TestNotifyMethodCapability)
ValidNotifyMethod(TestValidNotifyMethod)
ValidExtList(TestValidExtList)
Ihave(TestIhave)
HasFlag(TestHasFlag)
MailboxExists(TestMailboxExists)
Metadata(TestMetadata)
MetadataExists(TestMetadataExists)
MailboxIdExists(TestMailboxIdExists)
SpamTest(TestSpamTest)
VirusTest(TestVirusTest)
SpecialUseExists(TestSpecialUseExists)
Vacation(TestVacation)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Test
impl<'de> Deserialize<'de> for Test
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 From<Test> for Instruction
impl From<Test> for Instruction
Source§impl MapLocalVars for Test
impl MapLocalVars for Test
fn map_local_vars(&mut self, last_id: usize)
impl Eq for Test
impl StructuralPartialEq for Test
Auto Trait Implementations§
impl Freeze for Test
impl RefUnwindSafe for Test
impl Send for Test
impl Sync for Test
impl Unpin for Test
impl UnwindSafe for Test
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