Struct aurora_engine_sdk::error::BorshDeserializeError
source · pub struct BorshDeserializeError;Trait Implementations§
source§impl AsRef<[u8]> for BorshDeserializeError
impl AsRef<[u8]> for BorshDeserializeError
Auto Trait Implementations§
impl RefUnwindSafe for BorshDeserializeError
impl Send for BorshDeserializeError
impl Sync for BorshDeserializeError
impl Unpin for BorshDeserializeError
impl UnwindSafe for BorshDeserializeError
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)