#[repr(u8)]pub enum ReportTypeType {
Sgx = 0,
Tdx = 129,
}Variants§
Trait Implementations§
Source§impl Clone for ReportTypeType
impl Clone for ReportTypeType
Source§fn clone(&self) -> ReportTypeType
fn clone(&self) -> ReportTypeType
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 ReportTypeType
impl Debug for ReportTypeType
Source§impl PartialEq for ReportTypeType
impl PartialEq for ReportTypeType
Source§impl TryFrom<u8> for ReportTypeType
impl TryFrom<u8> for ReportTypeType
impl Copy for ReportTypeType
impl Eq for ReportTypeType
impl StructuralPartialEq for ReportTypeType
Auto Trait Implementations§
impl Freeze for ReportTypeType
impl RefUnwindSafe for ReportTypeType
impl Send for ReportTypeType
impl Sync for ReportTypeType
impl Unpin for ReportTypeType
impl UnsafeUnpin for ReportTypeType
impl UnwindSafe for ReportTypeType
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