#[repr(u8)]pub enum EsEcx {
NO_CANCELS = 0,
CANCELED = 1,
}Variants§
NO_CANCELS = 0
No canceled transfers
CANCELED = 1
The most-recently recorded entry was a canceled transfer initiated by the error cancel transfer field
Implementations§
Trait Implementations§
Source§impl Ord for EsEcx
impl Ord for EsEcx
Source§impl PartialOrd for EsEcx
impl PartialOrd for EsEcx
impl Copy for EsEcx
impl Eq for EsEcx
impl StructuralPartialEq for EsEcx
Auto Trait Implementations§
impl Freeze for EsEcx
impl RefUnwindSafe for EsEcx
impl Send for EsEcx
impl Sync for EsEcx
impl Unpin for EsEcx
impl UnwindSafe for EsEcx
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