pub struct IconSet {
pub description: Option<String>,
pub formats: Option<HashSet<Formats>>,
pub id: Option<String>,
pub label: Option<String>,
}Fields§
§description: Option<String>§formats: Option<HashSet<Formats>>§id: Option<String>§label: Option<String>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for IconSet
impl<'de> Deserialize<'de> for IconSet
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 IconSet
Auto Trait Implementations§
impl Freeze for IconSet
impl RefUnwindSafe for IconSet
impl Send for IconSet
impl Sync for IconSet
impl Unpin for IconSet
impl UnwindSafe for IconSet
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