pub struct SoftwareImageFiles {
pub id: Option<Box<ApprovalWorkflowApprovalWorkflowDefinitionId>>,
pub object_type: Option<String>,
pub url: Option<String>,
}Fields§
§id: Option<Box<ApprovalWorkflowApprovalWorkflowDefinitionId>>§object_type: Option<String>§url: Option<String>Implementations§
Source§impl SoftwareImageFiles
impl SoftwareImageFiles
pub fn new() -> SoftwareImageFiles
Trait Implementations§
Source§impl Clone for SoftwareImageFiles
impl Clone for SoftwareImageFiles
Source§fn clone(&self) -> SoftwareImageFiles
fn clone(&self) -> SoftwareImageFiles
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 SoftwareImageFiles
impl Debug for SoftwareImageFiles
Source§impl Default for SoftwareImageFiles
impl Default for SoftwareImageFiles
Source§fn default() -> SoftwareImageFiles
fn default() -> SoftwareImageFiles
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SoftwareImageFiles
impl<'de> Deserialize<'de> for SoftwareImageFiles
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 SoftwareImageFiles
impl PartialEq for SoftwareImageFiles
Source§impl Serialize for SoftwareImageFiles
impl Serialize for SoftwareImageFiles
impl StructuralPartialEq for SoftwareImageFiles
Auto Trait Implementations§
impl Freeze for SoftwareImageFiles
impl RefUnwindSafe for SoftwareImageFiles
impl Send for SoftwareImageFiles
impl Sync for SoftwareImageFiles
impl Unpin for SoftwareImageFiles
impl UnsafeUnpin for SoftwareImageFiles
impl UnwindSafe for SoftwareImageFiles
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