Struct imap_types::extensions::uidplus::UidSet
source · pub struct UidSet(pub Vec1<UidElement>);
Tuple Fields§
§0: Vec1<UidElement>
Trait Implementations§
source§impl<'arbitrary> Arbitrary<'arbitrary> for UidSet
impl<'arbitrary> Arbitrary<'arbitrary> for UidSet
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 UidSet
impl<'de> Deserialize<'de> for UidSet
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 UidSet
impl IntoBoundedStatic for UidSet
source§impl ToBoundedStatic for UidSet
impl ToBoundedStatic for UidSet
impl Eq for UidSet
impl StructuralPartialEq for UidSet
Auto Trait Implementations§
impl Freeze for UidSet
impl RefUnwindSafe for UidSet
impl Send for UidSet
impl Sync for UidSet
impl Unpin for UidSet
impl UnwindSafe for UidSet
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)