Struct fuels_accounts::AccountError
source · pub struct AccountError(_);
Implementations§
source§impl AccountError
impl AccountError
pub fn no_provider() -> Self
Trait Implementations§
source§impl Debug for AccountError
impl Debug for AccountError
source§impl Display for AccountError
impl Display for AccountError
source§impl Error for AccountError
impl Error for AccountError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<AccountError> for Error
impl From<AccountError> for Error
source§fn from(e: AccountError) -> Self
fn from(e: AccountError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for AccountError
impl Send for AccountError
impl Sync for AccountError
impl Unpin for AccountError
impl UnwindSafe for AccountError
Blanket Implementations§
source§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
source§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.