pub struct LabUpdate {
pub tracked_resource_update: TrackedResourceUpdate,
pub properties: Option<LabUpdateProperties>,
}Expand description
The lab resource for updates.
Fields§
§tracked_resource_update: TrackedResourceUpdate§properties: Option<LabUpdateProperties>Properties of a lab resource used for updates.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LabUpdate
impl<'de> Deserialize<'de> for LabUpdate
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
impl StructuralPartialEq for LabUpdate
Auto Trait Implementations§
impl Freeze for LabUpdate
impl RefUnwindSafe for LabUpdate
impl Send for LabUpdate
impl Sync for LabUpdate
impl Unpin for LabUpdate
impl UnwindSafe for LabUpdate
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