pub struct TokenSecuritySummary { /* private fields */ }Implementations§
Source§impl TokenSecuritySummary
impl TokenSecuritySummary
pub fn buy_tax<T>(self, value: T) -> Self
pub fn holder_count<T>(self, value: T) -> Self
pub fn is_blacklisted<T>(self, value: T) -> Self
pub fn is_freezable<T>(self, value: T) -> Self
pub fn is_honeypot<T>(self, value: T) -> Self
pub fn is_mintable<T>(self, value: T) -> Self
pub fn is_open_source<T>(self, value: T) -> Self
pub fn is_proxy<T>(self, value: T) -> Self
pub fn is_renounced<T>(self, value: T) -> Self
pub fn is_show_alert<T>(self, value: T) -> Self
pub fn lp_holder_count<T>(self, value: T) -> Self
pub fn owner_address<T>(self, value: T) -> Self
pub fn sell_tax<T>(self, value: T) -> Self
pub fn sources_available<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for TokenSecuritySummary
impl Clone for TokenSecuritySummary
Source§fn clone(&self) -> TokenSecuritySummary
fn clone(&self) -> TokenSecuritySummary
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 TokenSecuritySummary
impl Debug for TokenSecuritySummary
Source§impl Default for TokenSecuritySummary
impl Default for TokenSecuritySummary
Source§impl From<TokenSecuritySummary> for TokenSecuritySummary
impl From<TokenSecuritySummary> for TokenSecuritySummary
Source§fn from(value: TokenSecuritySummary) -> Self
fn from(value: TokenSecuritySummary) -> Self
Converts to this type from the input type.
Source§impl TryFrom<TokenSecuritySummary> for TokenSecuritySummary
impl TryFrom<TokenSecuritySummary> for TokenSecuritySummary
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: TokenSecuritySummary) -> Result<Self, ConversionError>
fn try_from(value: TokenSecuritySummary) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for TokenSecuritySummary
impl RefUnwindSafe for TokenSecuritySummary
impl Send for TokenSecuritySummary
impl Sync for TokenSecuritySummary
impl Unpin for TokenSecuritySummary
impl UnsafeUnpin for TokenSecuritySummary
impl UnwindSafe for TokenSecuritySummary
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