pub struct ItemSkin {
pub value: Option<String>,
pub signature: Option<String>,
}Fields§
§value: Option<String>§signature: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for ItemSkin
impl<'de> Deserialize<'de> for ItemSkin
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 ItemSkin
Auto Trait Implementations§
impl Freeze for ItemSkin
impl RefUnwindSafe for ItemSkin
impl Send for ItemSkin
impl Sync for ItemSkin
impl Unpin for ItemSkin
impl UnwindSafe for ItemSkin
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