pub enum SyscallInstruction {
SyscallSuccess,
}
Variants§
SyscallSuccess
Trait Implementations§
Source§impl Clone for SyscallInstruction
impl Clone for SyscallInstruction
Source§fn clone(&self) -> SyscallInstruction
fn clone(&self) -> SyscallInstruction
Returns a duplicate 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 SyscallInstruction
impl Debug for SyscallInstruction
Source§impl Default for SyscallInstruction
impl Default for SyscallInstruction
Source§fn default() -> SyscallInstruction
fn default() -> SyscallInstruction
Returns the “default value” for a type. Read more
Source§impl Hash for SyscallInstruction
impl Hash for SyscallInstruction
Source§impl IntoEnumIterator for SyscallInstruction
impl IntoEnumIterator for SyscallInstruction
type Iterator = SyscallInstructionIter
fn iter() -> SyscallInstructionIter ⓘ
Source§impl Ord for SyscallInstruction
impl Ord for SyscallInstruction
Source§fn cmp(&self, other: &SyscallInstruction) -> Ordering
fn cmp(&self, other: &SyscallInstruction) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SyscallInstruction
impl PartialEq for SyscallInstruction
Source§impl PartialOrd for SyscallInstruction
impl PartialOrd for SyscallInstruction
impl Copy for SyscallInstruction
impl Eq for SyscallInstruction
impl StructuralPartialEq for SyscallInstruction
Auto Trait Implementations§
impl Freeze for SyscallInstruction
impl RefUnwindSafe for SyscallInstruction
impl Send for SyscallInstruction
impl Sync for SyscallInstruction
impl Unpin for SyscallInstruction
impl UnwindSafe for SyscallInstruction
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more