pub struct TxContentPoolCertsInnerMetadata {
pub url: Option<String>,
pub hash: Option<String>,
pub ticker: Option<String>,
pub name: Option<String>,
pub description: Option<String>,
pub homepage: Option<String>,
}Fields§
§url: Option<String>URL to the stake pool metadata
hash: Option<String>Hash of the metadata file
ticker: Option<String>Ticker of the stake pool
name: Option<String>Name of the stake pool
description: Option<String>Description of the stake pool
homepage: Option<String>Home page of the stake pool
Implementations§
Trait Implementations§
Source§impl Clone for TxContentPoolCertsInnerMetadata
impl Clone for TxContentPoolCertsInnerMetadata
Source§fn clone(&self) -> TxContentPoolCertsInnerMetadata
fn clone(&self) -> TxContentPoolCertsInnerMetadata
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 Default for TxContentPoolCertsInnerMetadata
impl Default for TxContentPoolCertsInnerMetadata
Source§fn default() -> TxContentPoolCertsInnerMetadata
fn default() -> TxContentPoolCertsInnerMetadata
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TxContentPoolCertsInnerMetadata
impl<'de> Deserialize<'de> for TxContentPoolCertsInnerMetadata
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TxContentPoolCertsInnerMetadata
impl PartialEq for TxContentPoolCertsInnerMetadata
Source§fn eq(&self, other: &TxContentPoolCertsInnerMetadata) -> bool
fn eq(&self, other: &TxContentPoolCertsInnerMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TxContentPoolCertsInnerMetadata
Auto Trait Implementations§
impl Freeze for TxContentPoolCertsInnerMetadata
impl RefUnwindSafe for TxContentPoolCertsInnerMetadata
impl Send for TxContentPoolCertsInnerMetadata
impl Sync for TxContentPoolCertsInnerMetadata
impl Unpin for TxContentPoolCertsInnerMetadata
impl UnwindSafe for TxContentPoolCertsInnerMetadata
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