pub struct Web3Icons {
pub name: String,
pub variants: Option<Vec<String>>,
}
Expand description
Web3Icons icon - see https://github.com/0xa3k5/web3icons
Fields§
§name: String
Web3Icons icon ID
variants: Option<Vec<String>>
Variants of the icon, if none specified - all are available
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Web3Icons
impl<'de> Deserialize<'de> for Web3Icons
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 Web3Icons
impl RefUnwindSafe for Web3Icons
impl Send for Web3Icons
impl Sync for Web3Icons
impl Unpin for Web3Icons
impl UnwindSafe for Web3Icons
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