pub struct MoonshotCreateTokenInput { /* private fields */ }Implementations§
Source§impl MoonshotCreateTokenInput
impl MoonshotCreateTokenInput
pub fn description<T>(self, value: T) -> Self
pub fn dex<T>(self, value: T) -> Self
pub fn icon<T>(self, value: T) -> Self
pub fn links<T>(self, value: T) -> Self
pub fn migration_dex<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn priority_fee<T>(self, value: T) -> Self
pub fn symbol<T>(self, value: T) -> Self
pub fn token_amount<T>(self, value: T) -> Self
pub fn user_address<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for MoonshotCreateTokenInput
impl Clone for MoonshotCreateTokenInput
Source§fn clone(&self) -> MoonshotCreateTokenInput
fn clone(&self) -> MoonshotCreateTokenInput
Returns a duplicate of the value. Read more
1.0.0 · 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 MoonshotCreateTokenInput
impl Debug for MoonshotCreateTokenInput
Source§impl Default for MoonshotCreateTokenInput
impl Default for MoonshotCreateTokenInput
Source§impl From<MoonshotCreateTokenInput> for MoonshotCreateTokenInput
impl From<MoonshotCreateTokenInput> for MoonshotCreateTokenInput
Source§fn from(value: MoonshotCreateTokenInput) -> Self
fn from(value: MoonshotCreateTokenInput) -> Self
Converts to this type from the input type.
Source§impl TryFrom<MoonshotCreateTokenInput> for MoonshotCreateTokenInput
impl TryFrom<MoonshotCreateTokenInput> for MoonshotCreateTokenInput
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: MoonshotCreateTokenInput) -> Result<Self, ConversionError>
fn try_from(value: MoonshotCreateTokenInput) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for MoonshotCreateTokenInput
impl RefUnwindSafe for MoonshotCreateTokenInput
impl Send for MoonshotCreateTokenInput
impl Sync for MoonshotCreateTokenInput
impl Unpin for MoonshotCreateTokenInput
impl UnwindSafe for MoonshotCreateTokenInput
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