pub struct KeyWeight {
pub key: PublicKey,
pub weight: u16,
}Expand description
KeyWeight associates a PublicKey with a Weight.
Fields§
§key: PublicKey§weight: u16Trait Implementations§
Source§impl<'de> Deserialize<'de> for KeyWeight
impl<'de> Deserialize<'de> for KeyWeight
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 KeyWeight
impl RefUnwindSafe for KeyWeight
impl Send for KeyWeight
impl Sync for KeyWeight
impl Unpin for KeyWeight
impl UnwindSafe for KeyWeight
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