pub struct SubnetRootPublicKeyInput {
pub public_key_sec1: Vec<u8>,
pub key_name: String,
pub key_hash: [u8; 32],
}Fields§
§public_key_sec1: Vec<u8>§key_name: String§key_hash: [u8; 32]Trait Implementations§
Source§impl Clone for SubnetRootPublicKeyInput
impl Clone for SubnetRootPublicKeyInput
Source§fn clone(&self) -> SubnetRootPublicKeyInput
fn clone(&self) -> SubnetRootPublicKeyInput
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 SubnetRootPublicKeyInput
impl Debug for SubnetRootPublicKeyInput
Source§impl<'de> Deserialize<'de> for SubnetRootPublicKeyInput
impl<'de> Deserialize<'de> for SubnetRootPublicKeyInput
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 SubnetRootPublicKeyInput
impl PartialEq for SubnetRootPublicKeyInput
impl Eq for SubnetRootPublicKeyInput
impl StructuralPartialEq for SubnetRootPublicKeyInput
Auto Trait Implementations§
impl Freeze for SubnetRootPublicKeyInput
impl RefUnwindSafe for SubnetRootPublicKeyInput
impl Send for SubnetRootPublicKeyInput
impl Sync for SubnetRootPublicKeyInput
impl Unpin for SubnetRootPublicKeyInput
impl UnsafeUnpin for SubnetRootPublicKeyInput
impl UnwindSafe for SubnetRootPublicKeyInput
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