Struct islet_rmm::rsi::attestation::Attestation
source · pub struct Attestation { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for Attestation
impl Debug for Attestation
source§impl Default for Attestation
impl Default for Attestation
source§fn default() -> Attestation
fn default() -> Attestation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Attestation
impl RefUnwindSafe for Attestation
impl Send for Attestation
impl Sync for Attestation
impl Unpin for Attestation
impl UnwindSafe for Attestation
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