pub struct CloudInventoryItem {
pub inventory_item_properties: InventoryItemProperties,
}Expand description
The Cloud inventory item.
Fields§
§inventory_item_properties: InventoryItemPropertiesImplementations§
Source§impl CloudInventoryItem
impl CloudInventoryItem
pub fn new(inventory_item_properties: InventoryItemProperties) -> Self
Trait Implementations§
Source§impl Clone for CloudInventoryItem
impl Clone for CloudInventoryItem
Source§fn clone(&self) -> CloudInventoryItem
fn clone(&self) -> CloudInventoryItem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CloudInventoryItem
impl Debug for CloudInventoryItem
Source§impl<'de> Deserialize<'de> for CloudInventoryItem
impl<'de> Deserialize<'de> for CloudInventoryItem
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
Source§impl PartialEq for CloudInventoryItem
impl PartialEq for CloudInventoryItem
Source§impl Serialize for CloudInventoryItem
impl Serialize for CloudInventoryItem
impl StructuralPartialEq for CloudInventoryItem
Auto Trait Implementations§
impl Freeze for CloudInventoryItem
impl RefUnwindSafe for CloudInventoryItem
impl Send for CloudInventoryItem
impl Sync for CloudInventoryItem
impl Unpin for CloudInventoryItem
impl UnwindSafe for CloudInventoryItem
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