pub struct PumpCreateTokenInput { /* private fields */ }Implementations§
Source§impl PumpCreateTokenInput
impl PumpCreateTokenInput
pub fn description<T>(self, value: T) -> Self
pub fn dex<T>(self, value: T) -> Self
pub fn image<T>(self, value: T) -> Self
pub fn migration_dex<T>(self, value: T) -> Self
pub fn mint_address<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 telegram<T>(self, value: T) -> Self
pub fn twitter<T>(self, value: T) -> Self
pub fn user_address<T>(self, value: T) -> Self
pub fn website<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for PumpCreateTokenInput
impl Clone for PumpCreateTokenInput
Source§fn clone(&self) -> PumpCreateTokenInput
fn clone(&self) -> PumpCreateTokenInput
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 PumpCreateTokenInput
impl Debug for PumpCreateTokenInput
Source§impl Default for PumpCreateTokenInput
impl Default for PumpCreateTokenInput
Source§impl From<PumpCreateTokenInput> for PumpCreateTokenInput
impl From<PumpCreateTokenInput> for PumpCreateTokenInput
Source§fn from(value: PumpCreateTokenInput) -> Self
fn from(value: PumpCreateTokenInput) -> Self
Converts to this type from the input type.
Source§impl TryFrom<PumpCreateTokenInput> for PumpCreateTokenInput
impl TryFrom<PumpCreateTokenInput> for PumpCreateTokenInput
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: PumpCreateTokenInput) -> Result<Self, ConversionError>
fn try_from(value: PumpCreateTokenInput) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for PumpCreateTokenInput
impl RefUnwindSafe for PumpCreateTokenInput
impl Send for PumpCreateTokenInput
impl Sync for PumpCreateTokenInput
impl Unpin for PumpCreateTokenInput
impl UnwindSafe for PumpCreateTokenInput
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