pub struct SoftwareImage {
pub software_images: Vec<ODataId>,
pub active_software_image: ODataId,
}Fields§
§software_images: Vec<ODataId>§active_software_image: ODataIdTrait Implementations§
Source§impl Clone for SoftwareImage
impl Clone for SoftwareImage
Source§fn clone(&self) -> SoftwareImage
fn clone(&self) -> SoftwareImage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SoftwareImage
impl Debug for SoftwareImage
Source§impl<'de> Deserialize<'de> for SoftwareImage
impl<'de> Deserialize<'de> for SoftwareImage
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 SoftwareImage
impl RefUnwindSafe for SoftwareImage
impl Send for SoftwareImage
impl Sync for SoftwareImage
impl Unpin for SoftwareImage
impl UnsafeUnpin for SoftwareImage
impl UnwindSafe for SoftwareImage
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