pub struct ListCollectionModelsItem {
pub name: String,
pub slug: String,
pub description: String,
}
Expand description
Each item of the list of collections
Fields§
§name: String
§slug: String
§description: String
Trait Implementations§
Source§impl Clone for ListCollectionModelsItem
impl Clone for ListCollectionModelsItem
Source§fn clone(&self) -> ListCollectionModelsItem
fn clone(&self) -> ListCollectionModelsItem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ListCollectionModelsItem
impl Debug for ListCollectionModelsItem
Source§impl<'de> Deserialize<'de> for ListCollectionModelsItem
impl<'de> Deserialize<'de> for ListCollectionModelsItem
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
Source§impl Display for ListCollectionModelsItem
impl Display for ListCollectionModelsItem
Source§impl PartialEq for ListCollectionModelsItem
impl PartialEq for ListCollectionModelsItem
Source§impl Serialize for ListCollectionModelsItem
impl Serialize for ListCollectionModelsItem
impl StructuralPartialEq for ListCollectionModelsItem
Auto Trait Implementations§
impl Freeze for ListCollectionModelsItem
impl RefUnwindSafe for ListCollectionModelsItem
impl Send for ListCollectionModelsItem
impl Sync for ListCollectionModelsItem
impl Unpin for ListCollectionModelsItem
impl UnwindSafe for ListCollectionModelsItem
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