[][src]Struct serde_mangadex::manga_norm::GroupsSeq

#[repr(transparent)]
pub struct GroupsSeq<'a>(_);

(de)serializable unordered set of groups

Methods

impl<'a> GroupsSeq<'a>[src]

pub fn len(&self) -> u32[src]

pub fn is_empty(&self) -> bool[src]

Trait Implementations

impl<'a> Debug for GroupsSeq<'a>[src]

impl<'a> Default for GroupsSeq<'a>[src]

impl<'de, 'a> Deserialize<'de> for GroupsSeq<'a>[src]

impl<'a> From<GroupsSeq<'a>> for Groups[src]

impl<'a> IntoIterator for GroupsSeq<'a>[src]

type Item = Group<'a>

The type of the elements being iterated over.

type IntoIter = IntoIter<Self::Item>

Which kind of iterator are we turning this into?

impl<'a> Serialize for GroupsSeq<'a>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for GroupsSeq<'a>

impl<'a> Send for GroupsSeq<'a>

impl<'a> Sync for GroupsSeq<'a>

impl<'a> Unpin for GroupsSeq<'a>

impl<'a> UnwindSafe for GroupsSeq<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<I> IntoIterator for I where
    I: Iterator
[src]

type Item = <I as Iterator>::Item

The type of the elements being iterated over.

type IntoIter = I

Which kind of iterator are we turning this into?

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.