pub enum TdxMetadataError {
InvalidSection,
}Variants§
InvalidSection
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TdxMetadataError
impl RefUnwindSafe for TdxMetadataError
impl Send for TdxMetadataError
impl Sync for TdxMetadataError
impl Unpin for TdxMetadataError
impl UnwindSafe for TdxMetadataError
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