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