pub struct GetLists {
pub lists: Vec<GetListsListsInner>,
pub count: i64,
}Fields§
§lists: Vec<GetListsListsInner>Listing of all the lists available in your account
count: i64Number of lists in your account
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GetLists
impl<'de> Deserialize<'de> for GetLists
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
impl StructuralPartialEq for GetLists
Auto Trait Implementations§
impl Freeze for GetLists
impl RefUnwindSafe for GetLists
impl Send for GetLists
impl Sync for GetLists
impl Unpin for GetLists
impl UnwindSafe for GetLists
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