pub struct ActiveIngridientRecord {
pub number: String,
pub code: String,
pub name: String,
}Fields§
§number: String§code: String§name: StringTrait Implementations§
Source§impl Debug for ActiveIngridientRecord
impl Debug for ActiveIngridientRecord
Source§impl<'de> Deserialize<'de> for ActiveIngridientRecord
impl<'de> Deserialize<'de> for ActiveIngridientRecord
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 ActiveIngridientRecord
impl RefUnwindSafe for ActiveIngridientRecord
impl Send for ActiveIngridientRecord
impl Sync for ActiveIngridientRecord
impl Unpin for ActiveIngridientRecord
impl UnsafeUnpin for ActiveIngridientRecord
impl UnwindSafe for ActiveIngridientRecord
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