pub struct GoPlusSecurityInfo { /* private fields */ }Implementations§
Source§impl GoPlusSecurityInfo
impl GoPlusSecurityInfo
pub fn available<T>(self, value: T) -> Self
pub fn buy_tax<T>(self, value: T) -> Self
pub fn chain_supported<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 last_refreshed_at<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 raw<T>(self, value: T) -> Self
pub fn sell_tax<T>(self, value: T) -> Self
pub fn total_supply<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for GoPlusSecurityInfo
impl Clone for GoPlusSecurityInfo
Source§fn clone(&self) -> GoPlusSecurityInfo
fn clone(&self) -> GoPlusSecurityInfo
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 GoPlusSecurityInfo
impl Debug for GoPlusSecurityInfo
Source§impl Default for GoPlusSecurityInfo
impl Default for GoPlusSecurityInfo
Source§impl From<GoPlusSecurityInfo> for GoPlusSecurityInfo
impl From<GoPlusSecurityInfo> for GoPlusSecurityInfo
Source§fn from(value: GoPlusSecurityInfo) -> Self
fn from(value: GoPlusSecurityInfo) -> Self
Converts to this type from the input type.
Source§impl TryFrom<GoPlusSecurityInfo> for GoPlusSecurityInfo
impl TryFrom<GoPlusSecurityInfo> for GoPlusSecurityInfo
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: GoPlusSecurityInfo) -> Result<Self, ConversionError>
fn try_from(value: GoPlusSecurityInfo) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for GoPlusSecurityInfo
impl RefUnwindSafe for GoPlusSecurityInfo
impl Send for GoPlusSecurityInfo
impl Sync for GoPlusSecurityInfo
impl Unpin for GoPlusSecurityInfo
impl UnsafeUnpin for GoPlusSecurityInfo
impl UnwindSafe for GoPlusSecurityInfo
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