Enum aurora_engine_sdk::error::ReadU256Error
source · pub enum ReadU256Error {
InvalidU256,
MissingValue,
}Variants§
Trait Implementations§
source§impl AsRef<[u8]> for ReadU256Error
impl AsRef<[u8]> for ReadU256Error
Auto Trait Implementations§
impl RefUnwindSafe for ReadU256Error
impl Send for ReadU256Error
impl Sync for ReadU256Error
impl Unpin for ReadU256Error
impl UnwindSafe for ReadU256Error
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> ToHex for Twhere
T: AsRef<[u8]>,
impl<T> ToHex for Twhere T: AsRef<[u8]>,
source§fn encode_hex<U>(&self) -> Uwhere
U: FromIterator<char>,
fn encode_hex<U>(&self) -> Uwhere U: FromIterator<char>,
Encode the hex strict representing
self into the result. Lower case
letters are used (e.g. f9b4ca)source§fn encode_hex_upper<U>(&self) -> Uwhere
U: FromIterator<char>,
fn encode_hex_upper<U>(&self) -> Uwhere U: FromIterator<char>,
Encode the hex strict representing
self into the result. Upper case
letters are used (e.g. F9B4CA)