[][src]Struct rememberthemilk::RTMList

pub struct RTMList {
    pub id: String,
    pub name: String,
}

The details of a list of to-do items.

Fields

id: String

The list's unique ID.

name: String

The name of this list.

Trait Implementations

impl Debug for RTMList[src]

impl<'de> Deserialize<'de> for RTMList[src]

impl Eq for RTMList[src]

impl PartialEq<RTMList> for RTMList[src]

impl Serialize for RTMList[src]

impl StructuralEq for RTMList[src]

impl StructuralPartialEq for RTMList[src]

Auto Trait Implementations

impl RefUnwindSafe for RTMList

impl Send for RTMList

impl Sync for RTMList

impl Unpin for RTMList

impl UnwindSafe for RTMList

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: for<'de> Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

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

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

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.