pub struct LoadListsEntry {
pub list_uuid: String,
pub name: String,
pub theme: String,
}
Fields§
§list_uuid: String
§name: String
§theme: String
Trait Implementations§
Source§impl Debug for LoadListsEntry
impl Debug for LoadListsEntry
Source§impl<'de> Deserialize<'de> for LoadListsEntry
impl<'de> Deserialize<'de> for LoadListsEntry
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
Auto Trait Implementations§
impl Freeze for LoadListsEntry
impl RefUnwindSafe for LoadListsEntry
impl Send for LoadListsEntry
impl Sync for LoadListsEntry
impl Unpin for LoadListsEntry
impl UnwindSafe for LoadListsEntry
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