pub enum GetUltraV1ShieldResponseType {
Show 16 variants
NotVerified,
LowLiquidity,
NotSellable,
LowOrganicActivity,
HasMintAuthority,
HasFreezeAuthority,
HasPermanentDelegate,
NewListing,
VeryLowTradingActivity,
HighSupplyConcentration,
NonTransferable,
MutableTransferFees,
SuspiciousDevActivity,
SuspiciousTopHolderActivity,
HighSingleOwnership,
TransferFees,
}Expand description
- Type of warning for the token
Variants§
NotVerified
LowLiquidity
NotSellable
LowOrganicActivity
HasMintAuthority
HasFreezeAuthority
HasPermanentDelegate
NewListing
VeryLowTradingActivity
HighSupplyConcentration
NonTransferable
MutableTransferFees
SuspiciousDevActivity
SuspiciousTopHolderActivity
HighSingleOwnership
TransferFees
Implementations§
Trait Implementations§
Source§impl AsRef<str> for GetUltraV1ShieldResponseType
impl AsRef<str> for GetUltraV1ShieldResponseType
Source§impl Clone for GetUltraV1ShieldResponseType
impl Clone for GetUltraV1ShieldResponseType
Source§fn clone(&self) -> GetUltraV1ShieldResponseType
fn clone(&self) -> GetUltraV1ShieldResponseType
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 moreSource§impl Debug for GetUltraV1ShieldResponseType
impl Debug for GetUltraV1ShieldResponseType
Source§impl Default for GetUltraV1ShieldResponseType
impl Default for GetUltraV1ShieldResponseType
Source§fn default() -> GetUltraV1ShieldResponseType
fn default() -> GetUltraV1ShieldResponseType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetUltraV1ShieldResponseType
impl<'de> Deserialize<'de> for GetUltraV1ShieldResponseType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for GetUltraV1ShieldResponseType
impl StructuralPartialEq for GetUltraV1ShieldResponseType
Auto Trait Implementations§
impl Freeze for GetUltraV1ShieldResponseType
impl RefUnwindSafe for GetUltraV1ShieldResponseType
impl Send for GetUltraV1ShieldResponseType
impl Sync for GetUltraV1ShieldResponseType
impl Unpin for GetUltraV1ShieldResponseType
impl UnsafeUnpin for GetUltraV1ShieldResponseType
impl UnwindSafe for GetUltraV1ShieldResponseType
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