#[repr(transparent)]pub struct ExtendedExecutionRevokedReason(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl ExtendedExecutionRevokedReason
impl ExtendedExecutionRevokedReason
pub const Resumed: Self = _
pub const SystemPolicy: Self = _
Trait Implementations§
§impl Clone for ExtendedExecutionRevokedReason
impl Clone for ExtendedExecutionRevokedReason
§fn clone(&self) -> ExtendedExecutionRevokedReason
fn clone(&self) -> ExtendedExecutionRevokedReason
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 more§impl Debug for ExtendedExecutionRevokedReason
impl Debug for ExtendedExecutionRevokedReason
§impl Default for ExtendedExecutionRevokedReason
impl Default for ExtendedExecutionRevokedReason
§fn default() -> ExtendedExecutionRevokedReason
fn default() -> ExtendedExecutionRevokedReason
Returns the “default value” for a type. Read more
§impl PartialEq for ExtendedExecutionRevokedReason
impl PartialEq for ExtendedExecutionRevokedReason
§fn eq(&self, other: &ExtendedExecutionRevokedReason) -> bool
fn eq(&self, other: &ExtendedExecutionRevokedReason) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ExtendedExecutionRevokedReason
impl Eq for ExtendedExecutionRevokedReason
impl StructuralPartialEq for ExtendedExecutionRevokedReason
Auto Trait Implementations§
impl Freeze for ExtendedExecutionRevokedReason
impl RefUnwindSafe for ExtendedExecutionRevokedReason
impl Send for ExtendedExecutionRevokedReason
impl Sync for ExtendedExecutionRevokedReason
impl Unpin for ExtendedExecutionRevokedReason
impl UnwindSafe for ExtendedExecutionRevokedReason
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)