pub enum ResultCategory {
Tec,
Tef,
Tel,
Tem,
Ter,
Tes,
Other,
}
Expand description
Category of transaction result https://xrpl.org/transaction-results.html
Variants§
Trait Implementations§
Source§impl Clone for ResultCategory
impl Clone for ResultCategory
Source§fn clone(&self) -> ResultCategory
fn clone(&self) -> ResultCategory
Returns a duplicate 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 ResultCategory
impl Debug for ResultCategory
Source§impl Hash for ResultCategory
impl Hash for ResultCategory
Source§impl PartialEq for ResultCategory
impl PartialEq for ResultCategory
impl Copy for ResultCategory
impl Eq for ResultCategory
impl StructuralPartialEq for ResultCategory
Auto Trait Implementations§
impl Freeze for ResultCategory
impl RefUnwindSafe for ResultCategory
impl Send for ResultCategory
impl Sync for ResultCategory
impl Unpin for ResultCategory
impl UnwindSafe for ResultCategory
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