pub enum MerchantVerdict {
Denied,
NotAllowed,
}Expand description
商户名单的拒绝类别。
Variants§
Trait Implementations§
Source§impl Clone for MerchantVerdict
impl Clone for MerchantVerdict
Source§fn clone(&self) -> MerchantVerdict
fn clone(&self) -> MerchantVerdict
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MerchantVerdict
Source§impl Debug for MerchantVerdict
impl Debug for MerchantVerdict
impl Eq for MerchantVerdict
Source§impl PartialEq for MerchantVerdict
impl PartialEq for MerchantVerdict
impl StructuralPartialEq for MerchantVerdict
Auto Trait Implementations§
impl Freeze for MerchantVerdict
impl RefUnwindSafe for MerchantVerdict
impl Send for MerchantVerdict
impl Sync for MerchantVerdict
impl Unpin for MerchantVerdict
impl UnsafeUnpin for MerchantVerdict
impl UnwindSafe for MerchantVerdict
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