pub struct AllocStatus;Expand description
AllocStatus (87).
Implementations§
Source§impl AllocStatus
impl AllocStatus
pub const ACCEPTEDSUCCESSFULLYPROCESSED: i64 = 0
pub const BLOCKLEVELREJECT: i64 = 1
pub const ACCOUNTLEVELREJECT: i64 = 2
pub const RECEIVEDRECEIVEDNOTYETPROCESSED: i64 = 3
pub const INCOMPLETE: i64 = 4
pub const REJECTEDBYINTERMEDIARY: i64 = 5
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllocStatus
impl RefUnwindSafe for AllocStatus
impl Send for AllocStatus
impl Sync for AllocStatus
impl Unpin for AllocStatus
impl UnsafeUnpin for AllocStatus
impl UnwindSafe for AllocStatus
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