Enum sway_error::error::InterfaceName
source · Variants§
Trait Implementations§
source§impl Clone for InterfaceName
impl Clone for InterfaceName
source§fn clone(&self) -> InterfaceName
fn clone(&self) -> InterfaceName
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InterfaceName
impl Debug for InterfaceName
source§impl Display for InterfaceName
impl Display for InterfaceName
source§impl Error for InterfaceName
impl Error for InterfaceName
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 Hash for InterfaceName
impl Hash for InterfaceName
source§impl PartialEq<InterfaceName> for InterfaceName
impl PartialEq<InterfaceName> for InterfaceName
source§fn eq(&self, other: &InterfaceName) -> bool
fn eq(&self, other: &InterfaceName) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.