Enum imap_types::extensions::enable::Utf8Kind
source · pub enum Utf8Kind {
Accept,
Only,
}
Available on crate features
ext_*
and ext_enable
only.Variants§
Trait Implementations§
source§impl<'arbitrary> Arbitrary<'arbitrary> for Utf8Kind
impl<'arbitrary> Arbitrary<'arbitrary> for Utf8Kind
source§fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the given unstructured data. Read moresource§fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the entirety of the given
unstructured data. Read moresource§impl<'de> Deserialize<'de> for Utf8Kind
impl<'de> Deserialize<'de> for Utf8Kind
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 IntoBoundedStatic for Utf8Kind
impl IntoBoundedStatic for Utf8Kind
source§impl PartialEq<Utf8Kind> for Utf8Kind
impl PartialEq<Utf8Kind> for Utf8Kind
source§impl ToBoundedStatic for Utf8Kind
impl ToBoundedStatic for Utf8Kind
impl Eq for Utf8Kind
impl StructuralEq for Utf8Kind
impl StructuralPartialEq for Utf8Kind
Auto Trait Implementations§
impl RefUnwindSafe for Utf8Kind
impl Send for Utf8Kind
impl Sync for Utf8Kind
impl Unpin for Utf8Kind
impl UnwindSafe for Utf8Kind
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