pub struct TryFromSliceForAccountHashError(/* private fields */);Expand description
Associated error type of TryFrom<&[u8]> for AccountHash.
Trait Implementations§
source§impl From<TryFromSliceForAccountHashError> for ApiError
impl From<TryFromSliceForAccountHashError> for ApiError
source§fn from(_error: TryFromSliceForAccountHashError) -> Self
fn from(_error: TryFromSliceForAccountHashError) -> Self
Converts to this type from the input type.
source§impl From<TryFromSliceForAccountHashError> for FromStrError
impl From<TryFromSliceForAccountHashError> for FromStrError
source§fn from(error: TryFromSliceForAccountHashError) -> Self
fn from(error: TryFromSliceForAccountHashError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for TryFromSliceForAccountHashError
impl Send for TryFromSliceForAccountHashError
impl Sync for TryFromSliceForAccountHashError
impl Unpin for TryFromSliceForAccountHashError
impl UnwindSafe for TryFromSliceForAccountHashError
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