pub struct NestedSoftwareImageFile {
pub id: Option<Uuid>,
pub object_type: Option<String>,
pub url: Option<String>,
}Expand description
NestedSoftwareImageFile : Base class to use for serializers based on OrganizationalModel or PrimaryModel. Can also be used for models derived from BaseModel, so long as they support custom fields, notes, and relationships.
Fields§
§id: Option<Uuid>§object_type: Option<String>§url: Option<String>Implementations§
Source§impl NestedSoftwareImageFile
impl NestedSoftwareImageFile
Sourcepub fn new() -> NestedSoftwareImageFile
pub fn new() -> NestedSoftwareImageFile
Base class to use for serializers based on OrganizationalModel or PrimaryModel. Can also be used for models derived from BaseModel, so long as they support custom fields, notes, and relationships.
Trait Implementations§
Source§impl Clone for NestedSoftwareImageFile
impl Clone for NestedSoftwareImageFile
Source§fn clone(&self) -> NestedSoftwareImageFile
fn clone(&self) -> NestedSoftwareImageFile
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 NestedSoftwareImageFile
impl Debug for NestedSoftwareImageFile
Source§impl Default for NestedSoftwareImageFile
impl Default for NestedSoftwareImageFile
Source§fn default() -> NestedSoftwareImageFile
fn default() -> NestedSoftwareImageFile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NestedSoftwareImageFile
impl<'de> Deserialize<'de> for NestedSoftwareImageFile
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 NestedSoftwareImageFile
impl PartialEq for NestedSoftwareImageFile
Source§impl Serialize for NestedSoftwareImageFile
impl Serialize for NestedSoftwareImageFile
impl StructuralPartialEq for NestedSoftwareImageFile
Auto Trait Implementations§
impl Freeze for NestedSoftwareImageFile
impl RefUnwindSafe for NestedSoftwareImageFile
impl Send for NestedSoftwareImageFile
impl Sync for NestedSoftwareImageFile
impl Unpin for NestedSoftwareImageFile
impl UnsafeUnpin for NestedSoftwareImageFile
impl UnwindSafe for NestedSoftwareImageFile
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