pub enum LeanExportResultConvention {
Pure,
IoResult,
}Expand description
How an exported result is decoded.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LeanExportResultConvention
impl Clone for LeanExportResultConvention
Source§fn clone(&self) -> LeanExportResultConvention
fn clone(&self) -> LeanExportResultConvention
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LeanExportResultConvention
impl Debug for LeanExportResultConvention
Source§impl Hash for LeanExportResultConvention
impl Hash for LeanExportResultConvention
Source§impl PartialEq for LeanExportResultConvention
impl PartialEq for LeanExportResultConvention
Source§fn eq(&self, other: &LeanExportResultConvention) -> bool
fn eq(&self, other: &LeanExportResultConvention) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for LeanExportResultConvention
impl Eq for LeanExportResultConvention
impl StructuralPartialEq for LeanExportResultConvention
Auto Trait Implementations§
impl Freeze for LeanExportResultConvention
impl RefUnwindSafe for LeanExportResultConvention
impl Send for LeanExportResultConvention
impl Sync for LeanExportResultConvention
impl Unpin for LeanExportResultConvention
impl UnsafeUnpin for LeanExportResultConvention
impl UnwindSafe for LeanExportResultConvention
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