pub struct Good {
pub shopping_name: String,
pub mcc_code: String,
pub goods_name: String,
pub goods_detail: Option<String>,
}Fields§
§shopping_name: String§mcc_code: String§goods_name: String§goods_detail: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Good
impl<'de> Deserialize<'de> for Good
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 Good
impl RefUnwindSafe for Good
impl Send for Good
impl Sync for Good
impl Unpin for Good
impl UnsafeUnpin for Good
impl UnwindSafe for Good
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