pub struct TdxModuleIdentitiesTcbLevelItem {
pub tcb: TdxModuleIdentitiesTcbLevel,
pub tcb_date: String,
pub tcb_status: String,
pub advisory_ids: Option<Vec<String>>,
}Fields§
§tcb: TdxModuleIdentitiesTcbLevel§tcb_date: String§tcb_status: String§advisory_ids: Option<Vec<String>>Trait Implementations§
Source§impl Clone for TdxModuleIdentitiesTcbLevelItem
impl Clone for TdxModuleIdentitiesTcbLevelItem
Source§fn clone(&self) -> TdxModuleIdentitiesTcbLevelItem
fn clone(&self) -> TdxModuleIdentitiesTcbLevelItem
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 Default for TdxModuleIdentitiesTcbLevelItem
impl Default for TdxModuleIdentitiesTcbLevelItem
Source§fn default() -> TdxModuleIdentitiesTcbLevelItem
fn default() -> TdxModuleIdentitiesTcbLevelItem
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TdxModuleIdentitiesTcbLevelItem
impl<'de> Deserialize<'de> for TdxModuleIdentitiesTcbLevelItem
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 TdxModuleIdentitiesTcbLevelItem
impl PartialEq for TdxModuleIdentitiesTcbLevelItem
Source§fn eq(&self, other: &TdxModuleIdentitiesTcbLevelItem) -> bool
fn eq(&self, other: &TdxModuleIdentitiesTcbLevelItem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TdxModuleIdentitiesTcbLevelItem
Auto Trait Implementations§
impl Freeze for TdxModuleIdentitiesTcbLevelItem
impl RefUnwindSafe for TdxModuleIdentitiesTcbLevelItem
impl Send for TdxModuleIdentitiesTcbLevelItem
impl Sync for TdxModuleIdentitiesTcbLevelItem
impl Unpin for TdxModuleIdentitiesTcbLevelItem
impl UnwindSafe for TdxModuleIdentitiesTcbLevelItem
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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