pub struct ItemUpdate {
pub base: Option<ItemOrCollectionUpdate>,
pub oem: Option<OemUpdate>,
}Expand description
Update struct corresponding to Item
Fields§
§base: Option<ItemOrCollectionUpdate>§oem: Option<OemUpdate>Implementations§
Trait Implementations§
Source§impl Debug for ItemUpdate
impl Debug for ItemUpdate
Source§impl Default for ItemUpdate
impl Default for ItemUpdate
Source§fn default() -> ItemUpdate
fn default() -> ItemUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ItemUpdate
impl RefUnwindSafe for ItemUpdate
impl Send for ItemUpdate
impl Sync for ItemUpdate
impl Unpin for ItemUpdate
impl UnsafeUnpin for ItemUpdate
impl UnwindSafe for ItemUpdate
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