pub struct IouIssue { /* private fields */ }Expand description
Defines an issue for IOUs (40 bytes: 20-byte currency + 20-byte issuer).
§Derived Traits
PartialEq, Eq: Enable comparisons and use in collectionsDebug, Clone: Standard traits for development and consistency
Note: Copy is intentionally not derived due to the struct’s size (40 bytes).
Implementations§
Trait Implementations§
impl Eq for IouIssue
impl StructuralPartialEq for IouIssue
Auto Trait Implementations§
impl Freeze for IouIssue
impl RefUnwindSafe for IouIssue
impl Send for IouIssue
impl Sync for IouIssue
impl Unpin for IouIssue
impl UnsafeUnpin for IouIssue
impl UnwindSafe for IouIssue
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