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