pub struct UpdateEntities {
    pub resources: Option<LinuxResources>,
}Available on crate feature 
v5 only.Expand description
UpdateEntities used to wrap the oci resource spec in a swagger model
Fields§
§resources: Option<LinuxResources>Trait Implementations§
Source§impl Debug for UpdateEntities
 
impl Debug for UpdateEntities
Source§impl Default for UpdateEntities
 
impl Default for UpdateEntities
Source§fn default() -> UpdateEntities
 
fn default() -> UpdateEntities
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateEntities
 
impl<'de> Deserialize<'de> for UpdateEntities
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
Auto Trait Implementations§
impl Freeze for UpdateEntities
impl RefUnwindSafe for UpdateEntities
impl Send for UpdateEntities
impl Sync for UpdateEntities
impl Unpin for UpdateEntities
impl UnwindSafe for UpdateEntities
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