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