pub struct AssemblyScaleCompatibilityError {
pub reason: &'static str,
}Expand description
Why two independently supplied assembly inputs do not share one basis.
Fields§
§reason: &'static strStable machine-readable mismatch reason.
Trait Implementations§
Source§impl Clone for AssemblyScaleCompatibilityError
impl Clone for AssemblyScaleCompatibilityError
Source§fn clone(&self) -> AssemblyScaleCompatibilityError
fn clone(&self) -> AssemblyScaleCompatibilityError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for AssemblyScaleCompatibilityError
Source§impl Error for AssemblyScaleCompatibilityError
impl Error for AssemblyScaleCompatibilityError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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()
impl StructuralPartialEq for AssemblyScaleCompatibilityError
Auto Trait Implementations§
impl Freeze for AssemblyScaleCompatibilityError
impl RefUnwindSafe for AssemblyScaleCompatibilityError
impl Send for AssemblyScaleCompatibilityError
impl Sync for AssemblyScaleCompatibilityError
impl Unpin for AssemblyScaleCompatibilityError
impl UnsafeUnpin for AssemblyScaleCompatibilityError
impl UnwindSafe for AssemblyScaleCompatibilityError
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