Enum islet_rmm::rec::RmmRecAttestState
source · pub enum RmmRecAttestState {
AttestInProgress,
NoAttestInProgress,
}
Variants§
Trait Implementations§
source§impl Clone for RmmRecAttestState
impl Clone for RmmRecAttestState
source§fn clone(&self) -> RmmRecAttestState
fn clone(&self) -> RmmRecAttestState
Returns a copy 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 RmmRecAttestState
impl Debug for RmmRecAttestState
source§impl PartialEq for RmmRecAttestState
impl PartialEq for RmmRecAttestState
source§fn eq(&self, other: &RmmRecAttestState) -> bool
fn eq(&self, other: &RmmRecAttestState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RmmRecAttestState
impl StructuralPartialEq for RmmRecAttestState
Auto Trait Implementations§
impl Freeze for RmmRecAttestState
impl RefUnwindSafe for RmmRecAttestState
impl Send for RmmRecAttestState
impl Sync for RmmRecAttestState
impl Unpin for RmmRecAttestState
impl UnwindSafe for RmmRecAttestState
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