pub struct MptIssue { /* private fields */ }Expand description
Struct to represent an Issue of type MPT. Exists so that other structs can restrict type
information to MPT in their declarations (this is not possible with just the Issue enum below).
§Derived Traits
Copy: Efficient for this 24-byte struct, enabling implicit copyingPartialEq, Eq: Enable comparisonsDebug, Clone: Standard traits for development and consistency
Implementations§
Trait Implementations§
impl Copy for MptIssue
impl Eq for MptIssue
impl StructuralPartialEq for MptIssue
Auto Trait Implementations§
impl Freeze for MptIssue
impl RefUnwindSafe for MptIssue
impl Send for MptIssue
impl Sync for MptIssue
impl Unpin for MptIssue
impl UnsafeUnpin for MptIssue
impl UnwindSafe for MptIssue
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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