pub struct TargetItemVersion {Show 15 fields
pub access_date: Option<String>,
pub access_date_display: Option<String>,
pub access_id: Option<String>,
pub certificate_version_info: Option<Box<CertificateVersionInfo>>,
pub creation_date: Option<String>,
pub customer_fragment_id: Option<String>,
pub deletion_date: Option<String>,
pub item_version_state: Option<String>,
pub latest_version: Option<bool>,
pub modification_date: Option<String>,
pub protection_key_name: Option<String>,
pub target_name: Option<String>,
pub unique_identifier: Option<String>,
pub version: Option<i32>,
pub with_customer_fragment: Option<bool>,
}Fields§
§access_date: Option<String>§access_date_display: Option<String>§access_id: Option<String>§certificate_version_info: Option<Box<CertificateVersionInfo>>§creation_date: Option<String>§customer_fragment_id: Option<String>§deletion_date: Option<String>§item_version_state: Option<String>ItemState defines the different states an Item can be in
latest_version: Option<bool>§modification_date: Option<String>§protection_key_name: Option<String>§target_name: Option<String>§unique_identifier: Option<String>§version: Option<i32>§with_customer_fragment: Option<bool>Implementations§
Source§impl TargetItemVersion
impl TargetItemVersion
pub fn new() -> TargetItemVersion
Trait Implementations§
Source§impl Clone for TargetItemVersion
impl Clone for TargetItemVersion
Source§fn clone(&self) -> TargetItemVersion
fn clone(&self) -> TargetItemVersion
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 TargetItemVersion
impl Debug for TargetItemVersion
Source§impl Default for TargetItemVersion
impl Default for TargetItemVersion
Source§fn default() -> TargetItemVersion
fn default() -> TargetItemVersion
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TargetItemVersion
impl<'de> Deserialize<'de> for TargetItemVersion
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 TargetItemVersion
impl PartialEq for TargetItemVersion
Source§fn eq(&self, other: &TargetItemVersion) -> bool
fn eq(&self, other: &TargetItemVersion) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TargetItemVersion
impl Serialize for TargetItemVersion
impl StructuralPartialEq for TargetItemVersion
Auto Trait Implementations§
impl Freeze for TargetItemVersion
impl RefUnwindSafe for TargetItemVersion
impl Send for TargetItemVersion
impl Sync for TargetItemVersion
impl Unpin for TargetItemVersion
impl UnsafeUnpin for TargetItemVersion
impl UnwindSafe for TargetItemVersion
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