pub struct StakeAddress(pub String);Expand description
Cardano staking address (reward account) in bech32 format
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for StakeAddress
impl Clone for StakeAddress
Source§fn clone(&self) -> StakeAddress
fn clone(&self) -> StakeAddress
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 StakeAddress
impl Debug for StakeAddress
Source§impl<'de> Deserialize<'de> for StakeAddress
impl<'de> Deserialize<'de> for StakeAddress
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
Auto Trait Implementations§
impl Freeze for StakeAddress
impl RefUnwindSafe for StakeAddress
impl Send for StakeAddress
impl Sync for StakeAddress
impl Unpin for StakeAddress
impl UnwindSafe for StakeAddress
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