[][src]Struct serde_mangadex::manga_norm::GroupID

pub struct GroupID(_);

A wrapper around group IDs

Methods

impl GroupID[src]

pub fn group_name<'a>(self, name: String) -> Group<'a>[src]

Attaches a group name to a group ID

pub fn group_name_and_website<'a>(
    self,
    name: String,
    website: String
) -> Group<'a>
[src]

Attaches a group name and website to a group ID

Trait Implementations

impl Clone for GroupID[src]

impl Debug for GroupID[src]

impl Default for GroupID[src]

impl Eq for GroupID[src]

impl<'_> From<&'_ GroupID> for usize[src]

impl From<u32> for GroupID[src]

impl Hash for GroupID[src]

impl Ord for GroupID[src]

impl PartialEq<GroupID> for GroupID[src]

impl PartialOrd<GroupID> for GroupID[src]

impl Serialize for GroupID[src]

impl StructuralEq for GroupID[src]

impl StructuralPartialEq for GroupID[src]

Auto Trait Implementations

impl RefUnwindSafe for GroupID

impl Send for GroupID

impl Sync for GroupID

impl Unpin for GroupID

impl UnwindSafe for GroupID

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> From<T> for T[src]

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.