Struct imap_types::section::Part
source · pub struct Part(pub NonEmptyVec<NonZeroU32>);
Tuple Fields§
§0: NonEmptyVec<NonZeroU32>
Trait Implementations§
source§impl<'arbitrary> Arbitrary<'arbitrary> for Part
impl<'arbitrary> Arbitrary<'arbitrary> for Part
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 Part
impl<'de> Deserialize<'de> for Part
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 Part
impl IntoBoundedStatic for Part
source§impl PartialEq<Part> for Part
impl PartialEq<Part> for Part
source§impl ToBoundedStatic for Part
impl ToBoundedStatic for Part
impl Eq for Part
impl StructuralEq for Part
impl StructuralPartialEq for Part
Auto Trait Implementations§
impl RefUnwindSafe for Part
impl Send for Part
impl Sync for Part
impl Unpin for Part
impl UnwindSafe for Part
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