pub struct CcHotId(pub String);Expand description
Committee member hot key ID in Bech32 format (CIP-5 | CIP-129)
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CcHotId
impl<'de> Deserialize<'de> for CcHotId
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 CcHotId
impl RefUnwindSafe for CcHotId
impl Send for CcHotId
impl Sync for CcHotId
impl Unpin for CcHotId
impl UnwindSafe for CcHotId
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