pub struct UpdateEntities {
pub resources: Option<Box<LinuxResources>>,
}
Expand description
UpdateEntities : UpdateEntities used to wrap the oci resource spec in a swagger model
Fields§
§resources: Option<Box<LinuxResources>>
Implementations§
Source§impl UpdateEntities
impl UpdateEntities
Sourcepub fn new() -> UpdateEntities
pub fn new() -> UpdateEntities
UpdateEntities used to wrap the oci resource spec in a swagger model
Trait Implementations§
Source§impl Clone for UpdateEntities
impl Clone for UpdateEntities
Source§fn clone(&self) -> UpdateEntities
fn clone(&self) -> UpdateEntities
Returns a copy 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 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
Source§impl PartialEq for UpdateEntities
impl PartialEq for UpdateEntities
Source§impl Serialize for UpdateEntities
impl Serialize for UpdateEntities
impl StructuralPartialEq for UpdateEntities
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