pub struct PoolBech32(pub String);Expand description
Pool ID in bech32 format
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for PoolBech32
impl Clone for PoolBech32
Source§fn clone(&self) -> PoolBech32
fn clone(&self) -> PoolBech32
Returns a copy 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 PoolBech32
impl Debug for PoolBech32
Source§impl<'de> Deserialize<'de> for PoolBech32
impl<'de> Deserialize<'de> for PoolBech32
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 PoolBech32
impl RefUnwindSafe for PoolBech32
impl Send for PoolBech32
impl Sync for PoolBech32
impl Unpin for PoolBech32
impl UnwindSafe for PoolBech32
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