#[repr(u32)]pub enum in3_chain_type_t {
CHAIN_ETH = 0,
CHAIN_SUBSTRATE = 1,
CHAIN_IPFS = 2,
CHAIN_BTC = 3,
CHAIN_EOS = 4,
CHAIN_IOTA = 5,
CHAIN_GENERIC = 6,
}Variants§
CHAIN_ETH = 0
CHAIN_SUBSTRATE = 1
CHAIN_IPFS = 2
CHAIN_BTC = 3
CHAIN_EOS = 4
CHAIN_IOTA = 5
CHAIN_GENERIC = 6
Trait Implementations§
Source§impl Clone for in3_chain_type_t
impl Clone for in3_chain_type_t
Source§fn clone(&self) -> in3_chain_type_t
fn clone(&self) -> in3_chain_type_t
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 in3_chain_type_t
impl Debug for in3_chain_type_t
Source§impl Hash for in3_chain_type_t
impl Hash for in3_chain_type_t
Source§impl PartialEq for in3_chain_type_t
impl PartialEq for in3_chain_type_t
impl Copy for in3_chain_type_t
impl Eq for in3_chain_type_t
impl StructuralPartialEq for in3_chain_type_t
Auto Trait Implementations§
impl Freeze for in3_chain_type_t
impl RefUnwindSafe for in3_chain_type_t
impl Send for in3_chain_type_t
impl Sync for in3_chain_type_t
impl Unpin for in3_chain_type_t
impl UnwindSafe for in3_chain_type_t
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