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