pub struct TokenSecurityResponse { /* private fields */ }Implementations§
Source§impl TokenSecurityResponse
impl TokenSecurityResponse
pub fn address<T>(self, value: T) -> Self
pub fn chain<T>(self, value: T) -> Self
pub fn dev_token_burn_amount<T>(self, value: T) -> Self
pub fn dev_token_burn_ratio<T>(self, value: T) -> Self
pub fn goplus<T>(self, value: T) -> Self
pub fn honeypot<T>(self, value: T) -> Self
pub fn is_freezable<T>(self, value: T) -> Self
pub fn is_mintable<T>(self, value: T) -> Self
pub fn is_show_alert<T>(self, value: T) -> Self
pub fn lock_info<T>(self, value: T) -> Self
pub fn privileges<T>(self, value: T) -> Self
pub fn serialized<T>(self, value: T) -> Self
pub fn sources_available<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for TokenSecurityResponse
impl Clone for TokenSecurityResponse
Source§fn clone(&self) -> TokenSecurityResponse
fn clone(&self) -> TokenSecurityResponse
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 TokenSecurityResponse
impl Debug for TokenSecurityResponse
Source§impl Default for TokenSecurityResponse
impl Default for TokenSecurityResponse
Source§impl From<TokenSecurityResponse> for TokenSecurityResponse
impl From<TokenSecurityResponse> for TokenSecurityResponse
Source§fn from(value: TokenSecurityResponse) -> Self
fn from(value: TokenSecurityResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<TokenSecurityResponse> for TokenSecurityResponse
impl TryFrom<TokenSecurityResponse> for TokenSecurityResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: TokenSecurityResponse) -> Result<Self, ConversionError>
fn try_from(value: TokenSecurityResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for TokenSecurityResponse
impl RefUnwindSafe for TokenSecurityResponse
impl Send for TokenSecurityResponse
impl Sync for TokenSecurityResponse
impl Unpin for TokenSecurityResponse
impl UnsafeUnpin for TokenSecurityResponse
impl UnwindSafe for TokenSecurityResponse
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