Struct poseidon_client::InnerTxError
source · [−]Fields
code: i16message: Stringdata: ErrorDataTrait Implementations
sourceimpl BorshDeserialize for InnerTxError where
i16: BorshDeserialize,
String: BorshDeserialize,
ErrorData: BorshDeserialize,
impl BorshDeserialize for InnerTxError where
i16: BorshDeserialize,
String: BorshDeserialize,
ErrorData: BorshDeserialize,
sourceimpl BorshSerialize for InnerTxError where
i16: BorshSerialize,
String: BorshSerialize,
ErrorData: BorshSerialize,
impl BorshSerialize for InnerTxError where
i16: BorshSerialize,
String: BorshSerialize,
ErrorData: BorshSerialize,
sourceimpl Clone for InnerTxError
impl Clone for InnerTxError
sourcefn clone(&self) -> InnerTxError
fn clone(&self) -> InnerTxError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for InnerTxError
impl Debug for InnerTxError
sourceimpl<'de> Deserialize<'de> for InnerTxError
impl<'de> Deserialize<'de> for InnerTxError
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for InnerTxError
impl Serialize for InnerTxError
Auto Trait Implementations
impl RefUnwindSafe for InnerTxError
impl Send for InnerTxError
impl Sync for InnerTxError
impl Unpin for InnerTxError
impl UnwindSafe for InnerTxError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more