pub struct GetMetadataMultiResponseValue { /* private fields */ }Implementations§
Source§impl GetMetadataMultiResponseValue
impl GetMetadataMultiResponseValue
pub fn address<T>(self, value: T) -> Self
pub fn chain<T>(self, value: T) -> Self
pub fn coingecko_coin_id<T>(self, value: T) -> Self
pub fn decimals<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn dev_last_token_created_at<T>(self, value: T) -> Self
pub fn dev_total_tokens<T>(self, value: T) -> Self
pub fn extra<T>(self, value: T) -> Self
pub fn image_url<T>(self, value: T) -> Self
pub fn metadata_address<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn symbol<T>(self, value: T) -> Self
pub fn token_created_at<T>(self, value: T) -> Self
pub fn token_created_block_height<T>(self, value: T) -> Self
pub fn token_created_slot<T>(self, value: T) -> Self
pub fn token_created_tx_signature<T>(self, value: T) -> Self
pub fn token_creators<T>(self, value: T) -> Self
pub fn updated_at<T>(self, value: T) -> Self
pub fn uri<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for GetMetadataMultiResponseValue
impl Clone for GetMetadataMultiResponseValue
Source§fn clone(&self) -> GetMetadataMultiResponseValue
fn clone(&self) -> GetMetadataMultiResponseValue
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 From<GetMetadataMultiResponseValue> for GetMetadataMultiResponseValue
impl From<GetMetadataMultiResponseValue> for GetMetadataMultiResponseValue
Source§fn from(value: GetMetadataMultiResponseValue) -> Self
fn from(value: GetMetadataMultiResponseValue) -> Self
Converts to this type from the input type.
Source§impl TryFrom<GetMetadataMultiResponseValue> for GetMetadataMultiResponseValue
impl TryFrom<GetMetadataMultiResponseValue> for GetMetadataMultiResponseValue
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(
value: GetMetadataMultiResponseValue,
) -> Result<Self, ConversionError>
fn try_from( value: GetMetadataMultiResponseValue, ) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for GetMetadataMultiResponseValue
impl RefUnwindSafe for GetMetadataMultiResponseValue
impl Send for GetMetadataMultiResponseValue
impl Sync for GetMetadataMultiResponseValue
impl Unpin for GetMetadataMultiResponseValue
impl UnsafeUnpin for GetMetadataMultiResponseValue
impl UnwindSafe for GetMetadataMultiResponseValue
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