Enum imap_codec::flag::StoreType
source · pub enum StoreType {
Replace,
Add,
Remove,
}
Variants§
Trait Implementations§
source§impl<'arbitrary> Arbitrary<'arbitrary> for StoreType
impl<'arbitrary> Arbitrary<'arbitrary> for StoreType
source§fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<StoreType, Error>
fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<StoreType, Error>
Generate an arbitrary value of
Self
from the given unstructured data. Read moresource§impl<'de> Deserialize<'de> for StoreType
impl<'de> Deserialize<'de> for StoreType
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<StoreType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<StoreType, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl IntoBoundedStatic for StoreType
impl IntoBoundedStatic for StoreType
source§fn into_static(self) -> <StoreType as IntoBoundedStatic>::Static
fn into_static(self) -> <StoreType as IntoBoundedStatic>::Static
Convert an owned
T
into an owned T
such that T: 'static
.source§impl PartialEq<StoreType> for StoreType
impl PartialEq<StoreType> for StoreType
source§impl Serialize for StoreType
impl Serialize for StoreType
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 ToBoundedStatic for StoreType
impl ToBoundedStatic for StoreType
impl Copy for StoreType
impl Eq for StoreType
impl StructuralEq for StoreType
impl StructuralPartialEq for StoreType
Auto Trait Implementations§
impl RefUnwindSafe for StoreType
impl Send for StoreType
impl Sync for StoreType
impl Unpin for StoreType
impl UnwindSafe for StoreType
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