Struct vls_protocol::msgs::CheckPubKey
source · pub struct CheckPubKey {
pub index: u32,
pub pubkey: PubKey,
}
Expand description
CheckPubKey
Fields§
§index: u32
§pubkey: PubKey
Trait Implementations§
source§impl BigEndianEncodable for CheckPubKey
impl BigEndianEncodable for CheckPubKey
source§impl DeBolt for CheckPubKey
impl DeBolt for CheckPubKey
source§impl Debug for CheckPubKey
impl Debug for CheckPubKey
source§impl Decodable for CheckPubKey
impl Decodable for CheckPubKey
source§impl Encodable for CheckPubKey
impl Encodable for CheckPubKey
Auto Trait Implementations§
impl RefUnwindSafe for CheckPubKey
impl Send for CheckPubKey
impl Sync for CheckPubKey
impl Unpin for CheckPubKey
impl UnwindSafe for CheckPubKey
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