pub struct VetKDPublicKeyReply {
pub public_key: Vec<u8>,
}
Fields§
§public_key: Vec<u8>
Trait Implementations§
Source§impl CandidType for VetKDPublicKeyReply
impl CandidType for VetKDPublicKeyReply
Source§impl<'de> Deserialize<'de> for VetKDPublicKeyReply
impl<'de> Deserialize<'de> for VetKDPublicKeyReply
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 VetKDPublicKeyReply
impl RefUnwindSafe for VetKDPublicKeyReply
impl Send for VetKDPublicKeyReply
impl Sync for VetKDPublicKeyReply
impl Unpin for VetKDPublicKeyReply
impl UnwindSafe for VetKDPublicKeyReply
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