#[repr(C)]pub struct XrpIssue {}Expand description
Struct to represent an Issue of type XRP. Exists so that other structs can restrict type
information to XRP in their declarations (this is not possible with just the Issue enum below).
§Derived Traits
Copy: Efficient for this zero-sized typePartialEq, Eq: Enable comparisonsDebug, Clone: Standard traits for development and consistency
Trait Implementations§
impl Copy for XrpIssue
impl Eq for XrpIssue
impl StructuralPartialEq for XrpIssue
Auto Trait Implementations§
impl Freeze for XrpIssue
impl RefUnwindSafe for XrpIssue
impl Send for XrpIssue
impl Sync for XrpIssue
impl Unpin for XrpIssue
impl UnsafeUnpin for XrpIssue
impl UnwindSafe for XrpIssue
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