Expand description
Information about the action to take on abort. The label represents the destination to jump to, and the temporary where to store the abort code before jump.
Tuple Fields
0: Label
1: TempIndex
Trait Implementations
sourceimpl Clone for AbortAction
impl Clone for AbortAction
sourcefn clone(&self) -> AbortAction
fn clone(&self) -> AbortAction
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for AbortAction
impl Debug for AbortAction
sourceimpl PartialEq<AbortAction> for AbortAction
impl PartialEq<AbortAction> for AbortAction
sourcefn eq(&self, other: &AbortAction) -> bool
fn eq(&self, other: &AbortAction) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &AbortAction) -> bool
fn ne(&self, other: &AbortAction) -> bool
This method tests for !=
.
impl Eq for AbortAction
impl StructuralEq for AbortAction
impl StructuralPartialEq for AbortAction
Auto Trait Implementations
impl RefUnwindSafe for AbortAction
impl Send for AbortAction
impl Sync for AbortAction
impl Unpin for AbortAction
impl UnwindSafe for AbortAction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.